fix(scala): add block_comment

This commit is contained in:
Domas Poliakas 2023-06-06 16:36:09 +02:00 committed by GitHub
parent 1b5a7334bb
commit ab3bf7d956
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 3 deletions

View file

@ -232,9 +232,12 @@
"return" @keyword.return
(comment) @comment @spell
[
(comment)
(block_comment)
] @comment @spell
((comment) @comment.documentation
((block_comment) @comment.documentation
(#lua-match? @comment.documentation "^/[*][*][^*].*[*]/$"))
;; `case` is a conditional keyword in case_block

View file

@ -1 +1,4 @@
(comment) @comment
[
(comment)
(block_comment)
] @comment