nvim-treesitter/queries/java/injections.scm
2023-08-26 04:58:36 -04: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"))