Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/eex/highlights.scm')
-rw-r--r--runtime/queries/eex/highlights.scm6
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/queries/eex/highlights.scm b/runtime/queries/eex/highlights.scm
deleted file mode 100644
index e900a43d..00000000
--- a/runtime/queries/eex/highlights.scm
+++ /dev/null
@@ -1,6 +0,0 @@
-; https://github.com/connorlay/tree-sitter-eex/blob/f742f2fe327463335e8671a87c0b9b396905d1d1/queries/highlights.scm
-
-; wrapping in (directive .. ) prevents us from highlighting '%>' in a comment as a keyword
-(directive ["<%" "<%=" "<%%" "<%%=" "%>"] @keyword)
-
-(comment) @comment