diff options
Diffstat (limited to 'runtime/queries/yaml/rainbows.scm')
-rw-r--r-- | runtime/queries/yaml/rainbows.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/queries/yaml/rainbows.scm b/runtime/queries/yaml/rainbows.scm new file mode 100644 index 00000000..d810accc --- /dev/null +++ b/runtime/queries/yaml/rainbows.scm @@ -0,0 +1,9 @@ +[ + (flow_sequence) + (flow_mapping) +] @rainbow.scope + +[ + "[" "]" + "{" "}" +] @rainbow.bracket |