refactor: use newly introduced consolidated syntax

This commit is contained in:
TravonteD 2020-06-19 09:59:27 -04:00
parent 772aa4c169
commit 0f836e0602
5 changed files with 197 additions and 135 deletions

View file

@ -8,8 +8,9 @@
"=" @operator
"<" @punctuation.bracket
">" @punctuation.bracket
"</" @punctuation.bracket
"/>" @punctuation.bracket
[
"<"
">"
"</"
"/>"
] @punctuation.bracket