diff options
author | Jesse Luehrs | 2023-07-17 05:09:38 +0000 |
---|---|---|
committer | GitHub | 2023-07-17 05:09:38 +0000 |
commit | e7f60611acbfc6b22867240a166fcb7169843ee0 (patch) | |
tree | 591a460f939d7860c4044752642ad1b828a88cfe /runtime/queries/perl/textobjects.scm | |
parent | ad2061bab65682a2c46b51701dac0c88237f3da4 (diff) |
switch to https://github.com/tree-sitter-perl/tree-sitter-perl (#7644)
Diffstat (limited to 'runtime/queries/perl/textobjects.scm')
-rw-r--r-- | runtime/queries/perl/textobjects.scm | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/runtime/queries/perl/textobjects.scm b/runtime/queries/perl/textobjects.scm deleted file mode 100644 index 972b8774..00000000 --- a/runtime/queries/perl/textobjects.scm +++ /dev/null @@ -1,17 +0,0 @@ -(function_definition - (identifier) (_) @function.inside) @function.around - -(anonymous_function - (_) @function.inside) @function.around - -(argument - (_) @parameter.inside) - -[ - (comments) - (pod_statement) -] @comment.inside - -(comments)+ @comment.around - -(pod_statement) @comment.around |