mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 13:30:01 -04:00
8 lines
220 B
Scheme
8 lines
220 B
Scheme
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
((variable
|
|
(name) @_name
|
|
value: (string) @injection.content)
|
|
(#any-of? @_name "cmd" "command" "textconv")
|
|
(#set! injection.language "bash"))
|