mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
11 lines
333 B
Scheme
11 lines
333 B
Scheme
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
((regex) @injection.content
|
|
|
|
((redirected_statement
|
|
(heredoc_redirect
|
|
(heredoc_start) @injection.language))
|
|
(heredoc_body) @injection.content
|
|
(#offset! @injection.content 0 0 -1 0)
|
|
(#downcase! @injection.language))(#set! injection.language "regex"))
|