mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -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
|
|
@ -834,7 +834,7 @@
|
||||||
"revision": "bd1d35cf3e013dc7e189b46a593bdc2b281b0dd7"
|
"revision": "bd1d35cf3e013dc7e189b46a593bdc2b281b0dd7"
|
||||||
},
|
},
|
||||||
"wit": {
|
"wit": {
|
||||||
"revision": "7351db0da11900e7f0c754b3483d39fc6a9d53e8"
|
"revision": "cd7e6534fd9a22e3e9a7a85feecf4e35461e47cb"
|
||||||
},
|
},
|
||||||
"xcompose": {
|
"xcompose": {
|
||||||
"revision": "fff3e72242aa110ebba6441946ea4d12d200fa68"
|
"revision": "fff3e72242aa110ebba6441946ea4d12d200fa68"
|
||||||
|
|
|
||||||
|
|
@ -145,6 +145,8 @@
|
||||||
"}"
|
"}"
|
||||||
"("
|
"("
|
||||||
")"
|
")"
|
||||||
|
">"
|
||||||
|
"<"
|
||||||
] @punctuation.bracket
|
] @punctuation.bracket
|
||||||
|
|
||||||
"=" @operator
|
"=" @operator
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue