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, 11 insertions, 0 deletions
diff --git a/runtime/queries/bovex/rainbows.scm b/runtime/queries/bovex/rainbows.scm new file mode 100644 index 00000000..f00c454f --- /dev/null +++ b/runtime/queries/bovex/rainbows.scm @@ -0,0 +1,11 @@ +["(" ")" "[" "]" "{" "}"] @rainbow.bracket +[ + (tuple_expr) + (record_expr) + (layout_lit) + (layout_antiquote) + (tuple_pat) + (record_pat) + (atomic_type) + (record_type) +] @rainbow.scope |