mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
8 lines
215 B
Scheme
8 lines
215 B
Scheme
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
((shell_text) @injection.content
|
|
(#set! injection.language "bash"))
|
|
|
|
((shell_command) @injection.content
|
|
(#set! injection.language "bash"))
|