Skip to content

Commit

Permalink
feat: Add Elisp support
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored and meain committed Aug 24, 2023
1 parent 5b29d48 commit b9332d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -280,3 +280,9 @@
branch = master
update = none
ignore = dirty
[submodule "repos/elisp"]
path = repos/elisp
url = https://github.com/Wilfred/tree-sitter-elisp
branch = main
update = none
ignore = dirty
1 change: 1 addition & 0 deletions repos/elisp
Submodule elisp added at e5524f
1 change: 1 addition & 0 deletions tree-sitter-langs.el
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ See `tree-sitter-langs-repos'."
(css-mode . css)
(elm-mode . elm)
(elixir-mode . elixir)
(emacs-lisp-mode . elisp)
(erlang-mode . erlang)
(ess-r-mode . r)
(fennel-mode . fennel)
Expand Down

0 comments on commit b9332d1

Please sign in to comment.