mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
9 lines
232 B
Scheme
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"))
|