mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
14 lines
245 B
Scheme
14 lines
245 B
Scheme
|
|
([
|
||
|
|
(comment_block)
|
||
|
|
(comment_line)
|
||
|
|
] @injection.content
|
||
|
|
(#set! injection.language "comment"))
|
||
|
|
|
||
|
|
([
|
||
|
|
(doc_block)
|
||
|
|
(doc_line)
|
||
|
|
] @injection.content
|
||
|
|
(#set! injection.language "doxygen"))
|
||
|
|
|
||
|
|
; TODO: string and print (numbered) format injection
|