diff options
| -rw-r--r-- | runtime/queries/hcl/highlights.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/queries/hcl/highlights.scm b/runtime/queries/hcl/highlights.scm index 4fb7d1fca..f2c784f6f 100644 --- a/runtime/queries/hcl/highlights.scm +++ b/runtime/queries/hcl/highlights.scm @@ -1,10 +1,10 @@ ; highlights.scm [ "!" - "\*" + "*" "/" "%" - "\+" + "+" "-" ">" ">=" @@ -34,7 +34,7 @@ [ (ellipsis) - "\?" + "?" "=>" ] @punctuation.special |
