treesitter: support usage of pkgs.tree-sitter-grammars

This commit is contained in:
Snoweuph 2026-05-15 14:39:03 +02:00
commit 53e89665ce
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
4 changed files with 23 additions and 4 deletions

View file

@ -291,6 +291,10 @@
[Snoweuph](https://github.com/snoweuph)
- Allow the usage of `pks.tree-sitter-grammars` in
{option}`vim.treesitter.grammars` and language module tree-sitter package
options created via `mkGrammarOption`.
- Add `emmet-ls` to the supported LSPs for all languages it supports.
- Added {option}`vim.treesitter.queries` to support adding custom queries.