mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 08:20:05 -04:00
21 lines
563 B
Text
21 lines
563 B
Text
dictionary foo = {}
|
|
# <- @type
|
|
half[] foo = [2, 1, 2]
|
|
# <- @type
|
|
string foo = "something"
|
|
# <- @type
|
|
timecode time = 1.0
|
|
# <- @type
|
|
token[] purpose = ["default", "render"]
|
|
# <- @type
|
|
|
|
rel material:binding:collection:Erasers = None
|
|
# <- @type
|
|
# ^ @namespace
|
|
# ^ @punctuation.delimiter
|
|
# ^ @namespace
|
|
# ^ @punctuation.delimiter
|
|
# ^ @namespace
|
|
# ^ @punctuation.delimiter
|
|
# ^ @variable
|
|
# ^ @constant.builtin
|