mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 04:10:06 -04:00
test(tiger): import upstream tests
This commit is contained in:
parent
ef385991b6
commit
6e3f888dc7
16 changed files with 454 additions and 0 deletions
13
tests/query/highlights/tiger/meta-variables.tig
Normal file
13
tests/query/highlights/tiger/meta-variables.tig
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
let
|
||||
_chunks(42)
|
||||
/* <- keyword */
|
||||
|
||||
in
|
||||
_lvalue(12) : _namety(42) := _cast("I'm So Meta Even This Acronym", string);
|
||||
/* <- keyword */
|
||||
/* ^ keyword */
|
||||
/* ^ keyword */
|
||||
|
||||
_exp(42)
|
||||
/* <- keyword */
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue