mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
13 lines
300 B
Scheme
13 lines
300 B
Scheme
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
((regex) @injection.content
|
|
(#set! injection.language "regex"))
|
|
|
|
((heredoc_redirect
|
|
[
|
|
(heredoc_body)
|
|
(simple_heredoc_body)
|
|
] @injection.content
|
|
(heredoc_end) @injection.language)
|
|
(#downcase! @injection.language))
|