mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
11 lines
279 B
Scheme
11 lines
279 B
Scheme
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
(heredoc_body
|
|
(heredoc_content) @injection.content
|
|
(heredoc_end) @injection.language
|
|
(#downcase! @injection.language))
|
|
|
|
(regex
|
|
(string_content) @injection.content
|
|
(#set! injection.language "regex"))
|