Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/sourcepawn/textobjects.scm')
| -rw-r--r-- | runtime/queries/sourcepawn/textobjects.scm | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/runtime/queries/sourcepawn/textobjects.scm b/runtime/queries/sourcepawn/textobjects.scm deleted file mode 100644 index 5c944298..00000000 --- a/runtime/queries/sourcepawn/textobjects.scm +++ /dev/null @@ -1,29 +0,0 @@ -(function_definition - body: (_) @function.inside) @function.around - -(alias_declaration - body: (_) @function.inside) @function.around - -(enum_struct_method - body: (_) @function.inside) @function.around - -(methodmap_method - body: (_) @function.inside) @function.around - -(methodmap_method_constructor - body: (_) @function.inside) @function.around - -(methodmap_method_destructor - body: (_) @function.inside) @function.around - -(methodmap_property_method - body: (_) @function.inside) @function.around - -(enum_struct) @class.around - -(methodmap) @class.around - -(parameter_declarations - ((parameter_declaration) @parameter.inside . ","? @parameter.around) @parameter.around) - -(comment) @comment.around |