nvim-treesitter/tests/query/highlights/usd/properties.usda
2024-01-19 16:58:37 +01:00

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