mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -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
|
|
@ -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
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue