This is a binary server that interfaces tree-sitter with kakoune.
- Semantic highlighting.
- Semantic selections (types, functions, declarations, etc.)
- Efficient parsing via
tree-sitter
, with partial parsing, etc. - Shared between Kakoune sessions.
See the milestones.
See the wiki section about how to install.
See the wiki part about the usage.
- tree-sitter.kak: a similar project, with the same motivations. It’s currently the only viable alternative with both features (semantic highlighting / selections).