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, 0 insertions, 10 deletions
diff --git a/runtime/queries/unison/rainbows.scm b/runtime/queries/unison/rainbows.scm deleted file mode 100644 index 1721dc55..00000000 --- a/runtime/queries/unison/rainbows.scm +++ /dev/null @@ -1,10 +0,0 @@ -[ - (literal_list) - (parenthesized_or_tuple_pattern) -] @rainbow.scope - -[ - "(" ")" - "{" "}" - "[" "]" -] @rainbow.bracket |