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