mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 07:20:06 -04:00
refactor: use newly introduced consolidated syntax
This commit is contained in:
parent
772aa4c169
commit
0f836e0602
5 changed files with 197 additions and 135 deletions
|
|
@ -8,8 +8,9 @@
|
|||
|
||||
"=" @operator
|
||||
|
||||
"<" @punctuation.bracket
|
||||
">" @punctuation.bracket
|
||||
"</" @punctuation.bracket
|
||||
"/>" @punctuation.bracket
|
||||
|
||||
[
|
||||
"<"
|
||||
">"
|
||||
"</"
|
||||
"/>"
|
||||
] @punctuation.bracket
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue