fix(hcl): remove unnecessary escapes

This commit is contained in:
Christian Clason 2025-05-13 14:31:03 +02:00 committed by Christian Clason
parent 6b55bc0fab
commit 25f08b82af

View file

@ -1,10 +1,10 @@
; highlights.scm ; highlights.scm
[ [
"!" "!"
"\*" "*"
"/" "/"
"%" "%"
"\+" "+"
"-" "-"
">" ">"
">=" ">="
@ -34,7 +34,7 @@
[ [
(ellipsis) (ellipsis)
"\?" "?"
"=>" "=>"
] @punctuation.special ] @punctuation.special