Emacs Genesis-mode for user-friendly reading and writing Genesis input files.
To use this major mode, please add the following to your Emacs configuration file:
(add-to-list 'load-path "~/path_to_genesis-mode/")
(require 'genesis-mode)
(add-to-list 'auto-mode-alist '("\\.atin\\'" . genesis-mode))
(add-to-list 'auto-mode-alist '("\\.spin\\'" . genesis-mode))
(add-to-list 'auto-mode-alist '("\\.cgin\\'" . genesis-mode))
To use the snippets, please try this: https://github.com/noinil/esnippets
- provide a major mode for Genesis input files
- key words highlighting
- comment (
*
) recognition; useAlt
+;
to comment out selected region - indentation
- section fold
- snippet
- other...
This file is based on Emacs DerivedMode: http://www.emacswiki.org/emacs/DerivedMode