mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
11 lines
296 B
Scheme
11 lines
296 B
Scheme
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
((raw_text) @injection.content
|
|
(#set! injection.language "javascript")
|
|
(#set! injection.include-children))
|
|
|
|
((expression) @injection.content
|
|
(#set! injection.language "javascript")
|
|
(#set! injection.include-children))
|