blob: 5c8cededda1d4460c46f896a71bfefba4bea3fbd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
([
(line_comment)
(block_comment)
] @injection.content
(#set! injection.language "comment"))
((block_comment) @injection.content
(#lua-match? @injection.content "/[*][*][%s]")
(#set! injection.language "javadoc"))
; markdown-style javadocs https://openjdk.org/jeps/467
((line_comment) @injection.content
(#lua-match? @injection.content "^///%s")
(#set! injection.language "javadoc"))
|