-
Add extensible highlighter registration and Tree-sitter support.
released this
2025-12-02 03:04:37 +00:00 | 58 commits to master since this release- Implemented runtime API for registering custom highlighters.
- Added optional Tree-sitter integration for advanced syntax parsing (disabled by default).
- Updated buffer initialization and copying to support dynamic highlighter configuration.
- Introduced
NullHighlighteras a fallback for unsupported filetypes. - Enhanced CMake configuration with
KTE_ENABLE_TREESITTERoption.
Downloads