aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/jinja/highlights.scm
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/jinja/highlights.scm')
-rw-r--r--runtime/queries/jinja/highlights.scm7
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/queries/jinja/highlights.scm b/runtime/queries/jinja/highlights.scm
new file mode 100644
index 00000000..3166ccbd
--- /dev/null
+++ b/runtime/queries/jinja/highlights.scm
@@ -0,0 +1,7 @@
+(expression) @string
+(statement) @variable.builtin
+(keyword) @keyword
+(comment) @comment
+(identifier) @variable.parameter
+(operator) @operator
+(string) @string \ No newline at end of file