mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -04:00
fix(wit): highlight <> as brackets (#6879)
This commit is contained in:
parent
adf6730dc5
commit
b7c0dbbe7d
2 changed files with 3 additions and 1 deletions
|
|
@ -145,6 +145,8 @@
|
|||
"}"
|
||||
"("
|
||||
")"
|
||||
">"
|
||||
"<"
|
||||
] @punctuation.bracket
|
||||
|
||||
"=" @operator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue