diff options
author | Daniel S Poulin | 2022-03-06 05:24:24 +0000 |
---|---|---|
committer | GitHub | 2022-03-06 05:24:24 +0000 |
commit | 9bfb0caf1b4bafdac8eb964f38f7820740056fff (patch) | |
tree | a2e8120456a2b3d3acb43f881c9499e71eb37fac /runtime/queries/llvm | |
parent | 7633c5acd30258fc9caca926bfaa264d07d508ec (diff) |
Add comment textobject for surround selection and navigation (#1605)
Diffstat (limited to 'runtime/queries/llvm')
-rw-r--r-- | runtime/queries/llvm/textobjects.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/queries/llvm/textobjects.scm b/runtime/queries/llvm/textobjects.scm index 3738a3bb..dd15dc14 100644 --- a/runtime/queries/llvm/textobjects.scm +++ b/runtime/queries/llvm/textobjects.scm @@ -14,3 +14,7 @@ (array_vector_body) @class.inside) @class.around (argument) @parameter.inside + +(comment) @comment.inside + +(comment)+ @comment.around |