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