Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/erlang/rainbows.scm')
-rw-r--r--runtime/queries/erlang/rainbows.scm24
1 files changed, 0 insertions, 24 deletions
diff --git a/runtime/queries/erlang/rainbows.scm b/runtime/queries/erlang/rainbows.scm
deleted file mode 100644
index 5092c998..00000000
--- a/runtime/queries/erlang/rainbows.scm
+++ /dev/null
@@ -1,24 +0,0 @@
-[
- ; ()
- (arguments "(" ")")
- (parenthesized_expression)
- (function_type)
- ; #{}
- (record)
- (map)
- ; {}
- (map_update)
- (tuple)
- ; <<>>
- (bitstring)
- ; []
- (list)
-] @rainbow.scope
-
-[
- "#"
- "{" "}"
- "(" ")"
- "[" "]"
- "<<" ">>"
-] @rainbow.bracket