diff options
author | Michael Davis | 2022-04-17 17:46:22 +0000 |
---|---|---|
committer | GitHub | 2022-04-17 17:46:22 +0000 |
commit | ad36a024da4dae0cc096cae8ab83740507bc8d8a (patch) | |
tree | 5b1e3c6e535bc1be113314ca5190e2ac131722b6 /runtime/queries/heex | |
parent | c45fb08a9389e21d9694059819aed940ba446a0b (diff) |
Update tree-sitters Erlang and HEEx (#2149)
Diffstat (limited to 'runtime/queries/heex')
-rw-r--r-- | runtime/queries/heex/highlights.scm | 4 |
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 [ + "{" + "}" "<%" "<%=" "<%%=" |