From ec85fb9ab6ff8a46f5a09d7e1134b153464dd08a Mon Sep 17 00:00:00 2001 From: Clay Date: Sat, 23 Jul 2022 21:49:52 -0500 Subject: Improve HEEx comment highlights, inject comment lang (#3170) --- runtime/queries/heex/highlights.scm | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'runtime/queries/heex/highlights.scm') diff --git a/runtime/queries/heex/highlights.scm b/runtime/queries/heex/highlights.scm index 6d8816de..75537fa7 100644 --- a/runtime/queries/heex/highlights.scm +++ b/runtime/queries/heex/highlights.scm @@ -2,14 +2,10 @@ ; HEEx delimiters [ "" "" - "-->" "/>" ; These could be `@keyword`s but the closing `>` wouldn't be highlighted ; as `@keyword` @@ -34,7 +30,13 @@ (doctype) @constant ; HEEx comments are highlighted as such -(comment) @comment +[ + "" + "<%!--" + "--%>" + (comment) +] @comment ; HEEx tags are highlighted as HTML (tag_name) @tag -- cgit v1.2.3-70-g09d2