Skip to content

Commit e2e1e88

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

queries/roc/textobjects.scm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131

3232
(apply_type_arg) @parameter.inner
3333

34+
((#offset! line_comment 0 1 0 -1)) @comment.inner
35+
3436
(line_comment) @comment.outer
3537

38+
((#offset! doc_comment 0 1 0 -2)) @comment.inner
39+
3640
(doc_comment) @comment.outer

0 commit comments

Comments
 (0)