Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/unison/rainbows.scm')
| -rw-r--r-- | runtime/queries/unison/rainbows.scm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/runtime/queries/unison/rainbows.scm b/runtime/queries/unison/rainbows.scm new file mode 100644 index 00000000..1721dc55 --- /dev/null +++ b/runtime/queries/unison/rainbows.scm @@ -0,0 +1,10 @@ +[ + (literal_list) + (parenthesized_or_tuple_pattern) +] @rainbow.scope + +[ + "(" ")" + "{" "}" + "[" "]" +] @rainbow.bracket |