Skip to content

alexdantas/dogescript-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

dogescript-mode

example

Emacs major mode for editing Dogescript source code.

Usage

Due to my lack of Emacs Lisp skills, this mode simply provides syntax highlight for Dogescript keywords; nothing else.

An idea would be to fork js-mode, but I don't know that much Elisp. Perhaps someone could help he with this?

Installation

Put the file dogescript-mode.el somewhere inside your .emacs.d/ directory and simply add the following line to your .emacs configuration file:

(load "~/.emacs.d/path/to/dogescript-mode.el")

Now it will automatically launch dogescript-mode when you open files with the .djs extension.

License

dogescript-mode is licensed under the GNU GPLv3. See file LICENSE.md to see what you can and cannot do with the source code.

About

Emacs major mode for editing Dogescript source code.

Resources

License

Stars

Watchers

Forks

Packages

No packages published