Skip to content

Commit

Permalink
Remove Neovim's spell from Groovy highlights
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Davis <[email protected]>
  • Loading branch information
chernetskyi and the-mikedavis committed Feb 19, 2024
1 parent 53570db commit 2544b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/queries/groovy/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
[
(line_comment)
(block_comment)
] @comment @spell
] @comment

((block_comment) @comment.block.documentation
(#match? @comment.block.documentation "^/[*][*][^*](?s:.)*[*]/$"))
Expand Down

0 comments on commit 2544b1c

Please sign in to comment.