Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/koto/rainbows.scm')
| -rw-r--r-- | runtime/queries/koto/rainbows.scm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/runtime/queries/koto/rainbows.scm b/runtime/queries/koto/rainbows.scm new file mode 100644 index 00000000..2e2dab5e --- /dev/null +++ b/runtime/queries/koto/rainbows.scm @@ -0,0 +1,11 @@ +[ + (args) + (call_args) + (index) + (list) + (map) + (parenthesized) + (tuple) +] @rainbow.scope + +["(" ")" "[" "]" "{" "}"] @rainbow.bracket |