Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/bash/rainbows.scm')
| -rw-r--r-- | runtime/queries/bash/rainbows.scm | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/runtime/queries/bash/rainbows.scm b/runtime/queries/bash/rainbows.scm deleted file mode 100644 index 422e2fbd..00000000 --- a/runtime/queries/bash/rainbows.scm +++ /dev/null @@ -1,20 +0,0 @@ -[ - (function_definition) - (compound_statement) - (subshell) - (test_command) - (subscript) - (parenthesized_expression) - (array) - (expansion) - (command_substitution) -] @rainbow.scope - -[ - "(" ")" - "((" "))" - "${" "$(" - "{" "}" - "[" "]" - "[[" "]]" -] @rainbow.bracket |