mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
fix(usd): misc punctuation highlights
This commit is contained in:
committed by
Christian Clason
parent
9177f2ff06
commit
5e8652dbaf
@@ -52,12 +52,14 @@
|
||||
"]"
|
||||
"{"
|
||||
"}"
|
||||
"[]"
|
||||
] @punctuation.bracket
|
||||
|
||||
[
|
||||
":"
|
||||
";"
|
||||
"."
|
||||
","
|
||||
] @punctuation.delimiter
|
||||
|
||||
"=" @operator
|
||||
|
||||
@@ -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
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user