nvim-treesitter/queries/kdl
Paul Hansen 28f76678ca
fix(kdl): highlight query order (#7688)
This just fixes the highlighting queries so everything
isn't highlighted as a variable due to the order of the queries
meaning several queries were ignored.

I also changed the node names to be highlighted as `@tag` since KDL is an
xml-like format so `@tag` seemed more appropriate than type and it differentiates it
from the type annotations.

This does NOT update to the latest KDL version 2, that would need
grammar changes. It does "mostly" work with
KDL 2 though (notably unquoted strings seem to throw the grammar off.).
2025-02-27 09:53:58 +01:00
..
folds.scm chore: query formatting 2024-01-19 16:58:37 +01:00
highlights.scm fix(kdl): highlight query order (#7688) 2025-02-27 09:53:58 +01:00
indents.scm chore: query formatting 2024-01-19 16:58:37 +01:00
injections.scm chore: query formatting 2024-01-19 16:58:37 +01:00
locals.scm chore: query formatting 2024-01-19 16:58:37 +01:00