Skip to content

Commit

Permalink
fix(roc): add inner comment queries
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-418 committed Apr 6, 2024
1 parent c3c480f commit 32cdbb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion queries/roc/textobjects.scm
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

(apply_type_arg) @parameter.inner

((#offset! line_comment 0 1 0 -1)) @comment.inner
(line_comment) @comment.outer

((#offset! doc_comment 0 1 0 -2)) @comment.inner
(doc_comment) @comment.outer

0 comments on commit 32cdbb1

Please sign in to comment.