Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/bovex/rainbows.scm')
| -rw-r--r-- | runtime/queries/bovex/rainbows.scm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/runtime/queries/bovex/rainbows.scm b/runtime/queries/bovex/rainbows.scm deleted file mode 100644 index f00c454f..00000000 --- a/runtime/queries/bovex/rainbows.scm +++ /dev/null @@ -1,11 +0,0 @@ -["(" ")" "[" "]" "{" "}"] @rainbow.bracket -[ - (tuple_expr) - (record_expr) - (layout_lit) - (layout_antiquote) - (tuple_pat) - (record_pat) - (atomic_type) - (record_type) -] @rainbow.scope |