Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/git-ignore/highlights.scm')
-rw-r--r--runtime/queries/git-ignore/highlights.scm25
1 files changed, 0 insertions, 25 deletions
diff --git a/runtime/queries/git-ignore/highlights.scm b/runtime/queries/git-ignore/highlights.scm
deleted file mode 100644
index 4264eb04..00000000
--- a/runtime/queries/git-ignore/highlights.scm
+++ /dev/null
@@ -1,25 +0,0 @@
-(pattern_char) @string
-(pattern_char_escaped) @constant.character.escape
-
-(directory_separator) @string
-(directory_separator_escaped) @constant.character.escape
-
-(negation) @operator
-
-(wildcard_char_single) @operator
-(wildcard_chars) @operator
-(wildcard_chars_allow_slash) @operator
-
-(bracket_char) @string
-(bracket_char_escaped) @constant.character.escape
-
-(bracket_negation) @operator
-(bracket_range) @operator
-(bracket_char_class) @keyword
-
-[
- "["
- "]"
-] @punctuation.bracket
-
-(comment) @comment