diff --git a/runtime/queries/groovy/injections.scm b/runtime/queries/groovy/injections.scm index 9a3afbc1f40f..e4509a5fd317 100644 --- a/runtime/queries/groovy/injections.scm +++ b/runtime/queries/groovy/injections.scm @@ -1,5 +1,2 @@ -((block_comment) @injection.content - (#set! injection.language "comment")) - -((line_comment) @injection.content +([(line_comment) (block_comment)] @injection.content (#set! injection.language "comment"))