Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/jjrevset/highlights.scm')
-rw-r--r--runtime/queries/jjrevset/highlights.scm18
1 files changed, 0 insertions, 18 deletions
diff --git a/runtime/queries/jjrevset/highlights.scm b/runtime/queries/jjrevset/highlights.scm
deleted file mode 100644
index 4bd07f5d..00000000
--- a/runtime/queries/jjrevset/highlights.scm
+++ /dev/null
@@ -1,18 +0,0 @@
-(at_op) @variable.builtin
-
-[
- "::" ".."
- (negate_op)
- (union_op) (intersection_op) (difference_op)
-] @operator
-
-["(" ")"] @punctuation.bracket
-"," @punctuation.delimiter
-[(raw_string_literal) (string_literal)] @string
-
-(function ((strict_identifier) @function))
-(function (function_arguments (keyword_argument (strict_identifier) @variable.parameter)))
-
-(primary ((identifier) @variable))
-
-(string_pattern (strict_identifier) @keyword)