Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/nim/textobjects.scm')
| -rw-r--r-- | runtime/queries/nim/textobjects.scm | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/runtime/queries/nim/textobjects.scm b/runtime/queries/nim/textobjects.scm deleted file mode 100644 index eaa3e8e8..00000000 --- a/runtime/queries/nim/textobjects.scm +++ /dev/null @@ -1,33 +0,0 @@ -(proc_declaration - body: (_) @function.inside) @function.around -(func_declaration - body: (_) @function.inside) @function.around -(iterator_declaration - body: (_) @function.inside) @function.around -(converter_declaration - body: (_) @function.inside) @function.around -(method_declaration - body: (_) @function.inside) @function.around -(template_declaration - body: (_) @function.inside) @function.around -(macro_declaration - body: (_) @function.inside) @function.around - -(type_declaration (_) @class.inside) @class.around - -(parameter_declaration - (symbol_declaration_list) @parameter.inside) @parameter.around - -[ - (comment) - (block_comment) - (documentation_comment) - (block_documentation_comment) -] @comment.inside - -[ - (comment)+ - (block_comment) - (documentation_comment)+ - (block_documentation_comment)+ -] @comment.around |