We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b29d48 commit b9332d1Copy full SHA for b9332d1
.gitmodules
@@ -280,3 +280,9 @@
280
branch = master
281
update = none
282
ignore = dirty
283
+[submodule "repos/elisp"]
284
+ path = repos/elisp
285
+ url = https://github.com/Wilfred/tree-sitter-elisp
286
+ branch = main
287
+ update = none
288
+ ignore = dirty
repos/elisp
tree-sitter-langs.el
@@ -110,6 +110,7 @@ See `tree-sitter-langs-repos'."
110
(css-mode . css)
111
(elm-mode . elm)
112
(elixir-mode . elixir)
113
+ (emacs-lisp-mode . elisp)
114
(erlang-mode . erlang)
115
(ess-r-mode . r)
116
(fennel-mode . fennel)
0 commit comments