mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
10 lines
296 B
Scheme
10 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))
|