Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/jjtemplate/highlights.scm')
-rw-r--r--runtime/queries/jjtemplate/highlights.scm16
1 files changed, 0 insertions, 16 deletions
diff --git a/runtime/queries/jjtemplate/highlights.scm b/runtime/queries/jjtemplate/highlights.scm
deleted file mode 100644
index 29ed75e6..00000000
--- a/runtime/queries/jjtemplate/highlights.scm
+++ /dev/null
@@ -1,16 +0,0 @@
-(function ((identifier) @function))
-; method calls
-(term (_) ("." @punctuation) ((function ((identifier) @function.method))))
-
-["(" ")"] @punctuation.bracket
-"," @punctuation.delimiter
-
-((identifier) @keyword.control.conditional (#eq? @keyword.control.conditional "if"))
-((identifier) @keyword.control.repeat (#eq? @keyword.control.repeat "for"))
-
-(term ((identifier) @variable))
-
-[(infix_ops) "++"] @operator
-[(string_literal) (raw_string_literal)] @string
-
-(integer_literal) @constant.numeric.integer