Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/vento/highlights.scm')
-rw-r--r--runtime/queries/vento/highlights.scm13
1 files changed, 13 insertions, 0 deletions
diff --git a/runtime/queries/vento/highlights.scm b/runtime/queries/vento/highlights.scm
new file mode 100644
index 00000000..4b0ba563
--- /dev/null
+++ b/runtime/queries/vento/highlights.scm
@@ -0,0 +1,13 @@
+(comment) @comment
+
+(keyword) @keyword
+
+(tag
+ [
+ "{{"
+ "{{-"
+ "}}"
+ "-}}"
+ ] @punctuation.bracket)
+
+"|>" @operator