mirror of
https://github.com/ziglang/zig.git
synced 2026-01-28 02:05:31 +00:00
234 B
234 B
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))