mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(usd): misc punctuation highlights
This commit is contained in:
parent
9177f2ff06
commit
5e8652dbaf
2 changed files with 4 additions and 0 deletions
|
|
@ -52,12 +52,14 @@
|
||||||
"]"
|
"]"
|
||||||
"{"
|
"{"
|
||||||
"}"
|
"}"
|
||||||
|
"[]"
|
||||||
] @punctuation.bracket
|
] @punctuation.bracket
|
||||||
|
|
||||||
[
|
[
|
||||||
":"
|
":"
|
||||||
";"
|
";"
|
||||||
"."
|
"."
|
||||||
|
","
|
||||||
] @punctuation.delimiter
|
] @punctuation.delimiter
|
||||||
|
|
||||||
"=" @operator
|
"=" @operator
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,10 @@ def Xform "cube" (
|
||||||
# <- @keyword
|
# <- @keyword
|
||||||
asset[] payloadAssetDependencies = [@fizz.usd@, @buzz.usd@]
|
asset[] payloadAssetDependencies = [@fizz.usd@, @buzz.usd@]
|
||||||
# <- @type
|
# <- @type
|
||||||
|
# ^ @punctuation.bracket
|
||||||
# ^ @keyword
|
# ^ @keyword
|
||||||
# ^ @string.special.url
|
# ^ @string.special.url
|
||||||
|
# ^ @punctuation.delimiter
|
||||||
# ^ @string.special.url
|
# ^ @string.special.url
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue