diff options
Diffstat (limited to 'runtime/queries/python')
-rw-r--r-- | runtime/queries/python/textobjects.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/queries/python/textobjects.scm b/runtime/queries/python/textobjects.scm index a52538af..0ca26089 100644 --- a/runtime/queries/python/textobjects.scm +++ b/runtime/queries/python/textobjects.scm @@ -12,3 +12,7 @@ (argument_list (_) @parameter.inside) + +(comment) @comment.inside + +(comment)+ @comment.around |