aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/heex
diff options
context:
space:
mode:
authorMichael Davis2022-04-17 17:46:22 +0000
committerGitHub2022-04-17 17:46:22 +0000
commitad36a024da4dae0cc096cae8ab83740507bc8d8a (patch)
tree5b1e3c6e535bc1be113314ca5190e2ac131722b6 /runtime/queries/heex
parentc45fb08a9389e21d9694059819aed940ba446a0b (diff)
Update tree-sitters Erlang and HEEx (#2149)
Diffstat (limited to 'runtime/queries/heex')
-rw-r--r--runtime/queries/heex/highlights.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/queries/heex/highlights.scm b/runtime/queries/heex/highlights.scm
index 301f57c8..d63853b5 100644
--- a/runtime/queries/heex/highlights.scm
+++ b/runtime/queries/heex/highlights.scm
@@ -11,8 +11,6 @@
"--%>"
"-->"
"/>"
- "{"
- "}"
; These could be `@keyword`s but the closing `>` wouldn't be highlighted
; as `@keyword`
"<:"
@@ -21,6 +19,8 @@
; Non-comment or tag delimiters
[
+ "{"
+ "}"
"<%"
"<%="
"<%%="