nvim-treesitter/runtime/queries/java/injections.scm
2023-09-09 16:16:51 +02:00

9 lines
232 B
Scheme

([
(block_comment)
(line_comment)
] @injection.content
(#set! injection.language "comment"))
((block_comment) @injection.content
(#lua-match? @injection.content "/[*][!<*][^a-zA-Z]")
(#set! injection.language "doxygen"))