mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30: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,21 +1,21 @@
|
|||
dictionary foo = {}
|
||||
# <- type
|
||||
# <- @type
|
||||
half[] foo = [2, 1, 2]
|
||||
# <- type
|
||||
# <- @type
|
||||
string foo = "something"
|
||||
# <- type
|
||||
# <- @type
|
||||
timecode time = 1.0
|
||||
# <- type
|
||||
# <- @type
|
||||
token[] purpose = ["default", "render"]
|
||||
# <- type
|
||||
# <- @type
|
||||
|
||||
rel material:binding:collection:Erasers = None
|
||||
# <- type
|
||||
# ^ namespace
|
||||
# ^ punctuation.delimiter
|
||||
# ^ namespace
|
||||
# ^ punctuation.delimiter
|
||||
# ^ namespace
|
||||
# ^ punctuation.delimiter
|
||||
# ^ variable
|
||||
# ^ constant.builtin
|
||||
# <- @type
|
||||
# ^ @namespace
|
||||
# ^ @punctuation.delimiter
|
||||
# ^ @namespace
|
||||
# ^ @punctuation.delimiter
|
||||
# ^ @namespace
|
||||
# ^ @punctuation.delimiter
|
||||
# ^ @variable
|
||||
# ^ @constant.builtin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue