Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/c/rainbows.scm')
| -rw-r--r-- | runtime/queries/c/rainbows.scm | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/runtime/queries/c/rainbows.scm b/runtime/queries/c/rainbows.scm deleted file mode 100644 index 1f80868a..00000000 --- a/runtime/queries/c/rainbows.scm +++ /dev/null @@ -1,29 +0,0 @@ -[ - (preproc_params) - (preproc_defined) - (argument_list) - (attribute_specifier) - (ms_declspec_modifier) - (declaration_list) - (parenthesized_declarator) - (parenthesized_expression) - (abstract_parenthesized_declarator) - (array_declarator) - (compound_statement) - (initializer_list) - (compound_literal_expression) - (enumerator_list) - (field_declaration_list) - (parameter_list) - (for_statement) - (macro_type_specifier) - (subscript_expression) - (subscript_designator) - (cast_expression) -] @rainbow.scope - -[ - "(" ")" - "{" "}" - "[" "]" -] @rainbow.bracket |