diff options
Diffstat (limited to 'runtime/queries/toml/rainbows.scm')
-rw-r--r-- | runtime/queries/toml/rainbows.scm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/runtime/queries/toml/rainbows.scm b/runtime/queries/toml/rainbows.scm new file mode 100644 index 00000000..1f61c8ac --- /dev/null +++ b/runtime/queries/toml/rainbows.scm @@ -0,0 +1,12 @@ +[ + (table_array_element) + (table) + (array) + (inline_table) +] @rainbow.scope + +[ + "[[" "]]" + "[" "]" + "{" "}" +] @rainbow.bracket |