mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 15:42:49 +00:00
.. | ||
README.md | ||
zig-mode.el |
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))