Skip to content

CASM Plug-in for Syntax Highlighting in Emacs

License

Notifications You must be signed in to change notification settings

casm-lang/casm-lang.plugin.emacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://github.com/casm-lang/casm-lang.logo/raw/master/etc/headline.png

casm-lang.plugin.emacs

emacs syntax highlighting for the CASM language.

How to use it?

Just clone the repository to a local location and copy the following code snippet into your emacs initialization file, which is located by default at ~/.emacs or ~/.emacs.d/init.el. This snippet just loads the provided casm-mode.el syntax configuration file and sets an automatic load function for the major editing mode for files with a .casm file extension.

(load "<PATH-TO_REPO>/casm-mode.el")
(add-to-list 'auto-mode-alist '("\\.casm\\'" . casm-mode))

Copyright and License

The copyright holder of casm-lang.plugin.emacs is the CASM organization (@casm-lang) and the used license of casm-lang.plugin.emacs is the GNU GPLv3+.