Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/regex/rainbows.scm')
-rw-r--r--runtime/queries/regex/rainbows.scm17
1 files changed, 0 insertions, 17 deletions
diff --git a/runtime/queries/regex/rainbows.scm b/runtime/queries/regex/rainbows.scm
deleted file mode 100644
index a9eb1cff..00000000
--- a/runtime/queries/regex/rainbows.scm
+++ /dev/null
@@ -1,17 +0,0 @@
-[
- (lookahead_assertion)
- (character_class)
- (anonymous_capturing_group)
- (named_capturing_group)
- (non_capturing_group)
- (count_quantifier)
- (character_class_escape)
-] @rainbow.scope
-
-[
- "(?" "(?:"
- "(?<" ">"
- "(" ")"
- "[" "]"
- "{" "}"
-] @rainbow.bracket