aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/gleam/rainbows.scm
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/gleam/rainbows.scm')
-rw-r--r--runtime/queries/gleam/rainbows.scm32
1 files changed, 32 insertions, 0 deletions
diff --git a/runtime/queries/gleam/rainbows.scm b/runtime/queries/gleam/rainbows.scm
new file mode 100644
index 00000000..a28312c1
--- /dev/null
+++ b/runtime/queries/gleam/rainbows.scm
@@ -0,0 +1,32 @@
+[
+ (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