Skip to content

Commit

Permalink
feat(treesit-auto): add grammar for Zig
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 19, 2024
1 parent 22f196f commit 9a3a0c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
:remap 'llvm-mode
:url "https://github.com/benwilliamgraham/tree-sitter-llvm"
:ext "\\.ll\\'")
(make-treesit-auto-recipe
:lang 'zig
:ts-mode 'zig-ts-mode
:remap 'zig-mode
:url "https://github.com/GrayJack/tree-sitter-zig"
:ext "\\.\\(zig\\|zon\\)\\'")
(make-treesit-auto-recipe
:lang 'elisp
:ts-mode 'emacs-lisp-ts-mode
Expand Down

0 comments on commit 9a3a0c0

Please sign in to comment.