emacs-tree-sitter / elisp-tree-sitter

Emacs Lisp bindings for tree-sitter
https://emacs-tree-sitter.github.io
MIT License
815 stars 73 forks source link

How do I add a new grammer to this mode? #257

Closed hhamud closed 8 months ago

hhamud commented 11 months ago

I would like to add a new tree-sitter grammar to this mode such that when a users calls the function tree-sitter-hl-mode it will use that tree-sitter mode.

jcs090218 commented 11 months ago

You might want to look at the tree-sitter-langs repo instead.

Some references:

jcs090218 commented 8 months ago

I think this can be closed by now? Thanks! :)