tree-sitter-tiger/test/highlight
Bruno BELANYI e7a123141f
Some checks failed
ci/woodpecker/push/check Pipeline failed
Align queries with 'nvim-treesitter'
I fear the upstream queries may be broken, somehow, as they don't work
with `--apply-all-captures` which should match the "last query wins"
matching behaviour of `nvim-treesitter`.

I also removed `locals.scm`, as `tree-sitter` and `nvim-treesitter` don't
agree on how to write it, and I don't really care about it.

It does mean that the highlights can't tell the difference between `int`
the built-in and `int` the type alias anymore, but that's a small
edge-case (and `nvim-treesitter` didn't support it anyway).
2025-03-14 17:42:32 +00:00
..
built-ins.tig Align queries with 'nvim-treesitter' 2025-03-14 17:42:32 +00:00
comment.tig Add comment syntax highlighting 2022-06-02 22:20:37 +02:00
functions.tig Align queries with 'nvim-treesitter' 2025-03-14 17:42:32 +00:00
identifiers.tig Align queries with 'nvim-treesitter' 2025-03-14 17:42:32 +00:00
imports.tig Align queries with 'nvim-treesitter' 2025-03-14 17:42:32 +00:00
keywords.tig Align queries with 'nvim-treesitter' 2025-03-14 17:42:32 +00:00
literals.tig Add string escape high-lighting 2022-06-03 12:58:34 +02:00
meta-variables.tig Add meta-variable keywords high-lighting 2022-06-04 21:45:40 +02:00
object-oriented.tig Align queries with 'nvim-treesitter' 2025-03-14 17:42:32 +00:00
operators.tig Add ':' as delimiter 2022-06-03 11:43:43 +02:00