mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 05:50:04 -04:00
9 lines
203 B
Scheme
9 lines
203 B
Scheme
|
|
((regex) @injection.content
|
||
|
|
(#set! injection.language "regex"))
|
||
|
|
|
||
|
|
((shell) @injection.content
|
||
|
|
(#set! injection.language "bash"))
|
||
|
|
|
||
|
|
((comment) @injection.content
|
||
|
|
(#set! injection.language "comment"))
|