fix(usd): misc punctuation highlights

This commit is contained in:
Riley Bruins
2026-01-07 22:05:52 -08:00
committed by Christian Clason
parent 9177f2ff06
commit 5e8652dbaf
2 changed files with 4 additions and 0 deletions

View File

@@ -52,12 +52,14 @@
"]"
"{"
"}"
"[]"
] @punctuation.bracket
[
":"
";"
"."
","
] @punctuation.delimiter
"=" @operator

View File

@@ -3,8 +3,10 @@ def Xform "cube" (
# <- @keyword
asset[] payloadAssetDependencies = [@fizz.usd@, @buzz.usd@]
# <- @type
# ^ @punctuation.bracket
# ^ @keyword
# ^ @string.special.url
# ^ @punctuation.delimiter
# ^ @string.special.url
}
)