Skip to content

Commit

Permalink
chore: sync with nvim-treesitter
Browse files Browse the repository at this point in the history
These should be the same now after nvim-treesitter/nvim-treesitter#4926
  • Loading branch information
ckipp01 committed Jun 11, 2023
1 parent 6155093 commit fbfac09
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions queries/scala/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,13 @@

"return" @keyword.return

(comment) @comment @spell
(block_comment) @comment @spell
[
(comment)
(block_comment)
] @comment @spell

((block_comment) @comment.documentation
(#lua-match? @comment.documentation "^/[*][*][^*].*[*]/$"))

;; `case` is a conditional keyword in case_block

Expand Down

0 comments on commit fbfac09

Please sign in to comment.