aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/scala/textobjects.scm
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/scala/textobjects.scm')
-rw-r--r--runtime/queries/scala/textobjects.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/queries/scala/textobjects.scm b/runtime/queries/scala/textobjects.scm
index fe0b8c25..6e551c41 100644
--- a/runtime/queries/scala/textobjects.scm
+++ b/runtime/queries/scala/textobjects.scm
@@ -51,8 +51,8 @@
; Comment queries
-(comment) @comment.inside
-(comment) @comment.around ; Does not match consecutive block comments
+[(comment) (block_comment)] @comment.inside
+[(comment) (block_comment)] @comment.around ; Does not match consecutive block comments
; Test queries