aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/eex/highlights.scm
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/eex/highlights.scm')
-rw-r--r--runtime/queries/eex/highlights.scm12
1 files changed, 12 insertions, 0 deletions
diff --git a/runtime/queries/eex/highlights.scm b/runtime/queries/eex/highlights.scm
new file mode 100644
index 000000000..d032a7486
--- /dev/null
+++ b/runtime/queries/eex/highlights.scm
@@ -0,0 +1,12 @@
+[
+ "%>"
+ "--%>"
+ "<%!--"
+ "<%"
+ "<%#"
+ "<%%="
+ "<%="
+] @tag.delimiter
+
+; EEx comments are highlighted as such
+(comment) @comment @spell