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