mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
fix(hcl): remove unnecessary escapes
This commit is contained in:
parent
6b55bc0fab
commit
25f08b82af
1 changed files with 3 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
|||
; highlights.scm
|
||||
[
|
||||
"!"
|
||||
"\*"
|
||||
"*"
|
||||
"/"
|
||||
"%"
|
||||
"\+"
|
||||
"+"
|
||||
"-"
|
||||
">"
|
||||
">="
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
[
|
||||
(ellipsis)
|
||||
"\?"
|
||||
"?"
|
||||
"=>"
|
||||
] @punctuation.special
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue