mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
11 lines
290 B
Scheme
11 lines
290 B
Scheme
([
|
|
(line_comment)
|
|
(block_comment_content)
|
|
] @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
((line_comment) @injection.content
|
|
(#lua-match? @injection.content "^///")
|
|
(#offset! @injection.content 0 3 0 0)
|
|
(#set! injection.language "xml")
|
|
(#set! injection.combined))
|