mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 22:33:08 +00: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))