Skip to content

Commit 618f93c

Browse files
committed
tweak(treesit-auto): restore Elisp grammar
1 parent 739cce8 commit 618f93c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/me-prog.el

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@
6363
:remap 'llvm-mode
6464
:url "https://github.com/benwilliamgraham/tree-sitter-llvm"
6565
:ext "\\.ll\\'")
66+
(make-treesit-auto-recipe
67+
:lang 'elisp
68+
:ts-mode 'emacs-lisp-ts-mode
69+
:remap 'emacs-lisp-mode
70+
:url "https://github.com/Wilfred/tree-sitter-elisp"
71+
:ext "\\.eld?\\'")
6672
(make-treesit-auto-recipe
6773
:lang 'zig
6874
:ts-mode 'zig-ts-mode

0 commit comments

Comments
 (0)