elisp-tree-sitter
elisp-tree-sitter copied to clipboard
Replace grammar bundle with language-specific minor modes
Currently language grammars are bundled together, to be downloaded by tree-sitter-langs-install. However, each language has its own nuances that require additional customization. For each language, there should be a minor mode. Examples of things to be included in the minor mode:
- Compiled grammar.
- Syntax highlighting queries and additional faces.
imenu-create-index-function.- Custom code folding.
- Custom evil text objects.