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
|
|
@ -52,12 +52,14 @@
|
|||
"]"
|
||||
"{"
|
||||
"}"
|
||||
"[]"
|
||||
] @punctuation.bracket
|
||||
|
||||
[
|
||||
":"
|
||||
";"
|
||||
"."
|
||||
","
|
||||
] @punctuation.delimiter
|
||||
|
||||
"=" @operator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue