Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/gleam/rainbows.scm')
| -rw-r--r-- | runtime/queries/gleam/rainbows.scm | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/runtime/queries/gleam/rainbows.scm b/runtime/queries/gleam/rainbows.scm deleted file mode 100644 index a28312c1..00000000 --- a/runtime/queries/gleam/rainbows.scm +++ /dev/null @@ -1,32 +0,0 @@ -[ - (target_group) - (unqualified_imports) - (tuple) - (list) - (function) - (function_parameters) - (todo) - (tuple) - (list) - (anonymous_function) - (block) - (case) - (record_update) - (arguments) - (record_pattern_arguments) - (tuple_pattern) - (list_pattern) - (type_definition) - (data_constructor_arguments) - (tuple_type) - (function_parameter_types) - (type_arguments) - (type_parameters) -] @rainbow.scope - -[ - "(" ")" - "[" "]" - "{" "}" - "#" -] @rainbow.bracket |