elisp-tree-sitter icon indicating copy to clipboard operation
elisp-tree-sitter copied to clipboard

Replace grammar bundle with language-specific minor modes

Open ubolonton opened this issue 5 years ago • 0 comments

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.

ubolonton avatar Feb 09 '20 10:02 ubolonton