Skip to content

Commit 32cdbb1

Browse files
committed
fix(roc): add inner comment queries
1 parent c3c480f commit 32cdbb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

queries/roc/textobjects.scm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
(apply_type_arg) @parameter.inner
3333

34+
((#offset! line_comment 0 1 0 -1)) @comment.inner
3435
(line_comment) @comment.outer
35-
36+
((#offset! doc_comment 0 1 0 -2)) @comment.inner
3637
(doc_comment) @comment.outer

0 commit comments

Comments
 (0)