tree-sitter-tiger/queries
Bruno BELANYI db10520755
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-13 22:02:59 +00:00
..
folds.scm Align queries with 'nvim-treesitter' 2025-03-13 22:02:59 +00:00
highlights.scm Align queries with 'nvim-treesitter' 2025-03-13 22:02:59 +00:00
indents.scm Align queries with 'nvim-treesitter' 2025-03-13 22:02:59 +00:00
injections.scm Align queries with 'nvim-treesitter' 2025-03-13 22:02:59 +00:00
tags.scm Add class tags 2022-06-04 21:50:45 +02:00
textobjects.scm Fix 'class_type' textobject 2022-11-22 10:05:37 +01:00