Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/php/rainbows.scm')
| -rw-r--r-- | runtime/queries/php/rainbows.scm | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/runtime/queries/php/rainbows.scm b/runtime/queries/php/rainbows.scm deleted file mode 100644 index 49e3e883..00000000 --- a/runtime/queries/php/rainbows.scm +++ /dev/null @@ -1,15 +0,0 @@ -[ - (declaration_list) - (compound_statement) - (array_creation_expression) - (subscript_expression) - (parenthesized_expression) - (formal_parameters) - (arguments) - (catch_clause) - (foreach_statement) - (switch_block) - (anonymous_function_use_clause) -] @rainbow.scope - -["(" ")" "[" "]" "{" "}"] @rainbow.bracket |