fix(wit): highlight <> as brackets (#6879)

This commit is contained in:
Liam Woodleigh-Hardinge 2024-07-07 17:57:06 +02:00 committed by GitHub
parent adf6730dc5
commit b7c0dbbe7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -834,7 +834,7 @@
"revision": "bd1d35cf3e013dc7e189b46a593bdc2b281b0dd7" "revision": "bd1d35cf3e013dc7e189b46a593bdc2b281b0dd7"
}, },
"wit": { "wit": {
"revision": "7351db0da11900e7f0c754b3483d39fc6a9d53e8" "revision": "cd7e6534fd9a22e3e9a7a85feecf4e35461e47cb"
}, },
"xcompose": { "xcompose": {
"revision": "fff3e72242aa110ebba6441946ea4d12d200fa68" "revision": "fff3e72242aa110ebba6441946ea4d12d200fa68"

View file

@ -145,6 +145,8 @@
"}" "}"
"(" "("
")" ")"
">"
"<"
] @punctuation.bracket ] @punctuation.bracket
"=" @operator "=" @operator