zig/doc/emacs
2017-03-02 23:03:44 -05:00
..
README.md add basic emacs syntax file 2017-03-02 23:03:44 -05:00
zig-mode.el add basic emacs syntax file 2017-03-02 23:03:44 -05:00

To use this emacs syntax file, add this to your emacs configuration file:

(add-to-list 'load-path "/path/to/zig/doc/emacs/")
(autoload 'zig-mode "zig-mode" nil t)
(add-to-list 'auto-mode-alist '("\\.zig\\'" . zig-mode))