Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Latest commit

 

History

History
57 lines (45 loc) · 2.08 KB

README.org

File metadata and controls

57 lines (45 loc) · 2.08 KB

⚠️ This repository has been archived and its development work moved to the SEA language project.

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+.