mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20:02 -04:00
chore(tests): consistent captures
This commit is contained in:
parent
17fae3f4a3
commit
10dd49958c
60 changed files with 872 additions and 873 deletions
|
|
@ -1,14 +1,14 @@
|
|||
let
|
||||
_chunks(42)
|
||||
/* <- keyword */
|
||||
/* <- @keyword */
|
||||
|
||||
in
|
||||
_lvalue(12) : _namety(42) := _cast("I'm So Meta Even This Acronym", string);
|
||||
/* <- keyword */
|
||||
/* ^ keyword */
|
||||
/* ^ keyword */
|
||||
/* <- @keyword */
|
||||
/* ^ @keyword */
|
||||
/* ^ @keyword */
|
||||
|
||||
_exp(42)
|
||||
/* <- keyword */
|
||||
/* <- @keyword */
|
||||
end
|
||||
/* vim: set ft=tiger: */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue