mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
17 lines
370 B
Scheme
17 lines
370 B
Scheme
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
((condition
|
|
criteria: "exec"
|
|
argument: (string) @injection.content)
|
|
(#set! injection.language "bash"))
|
|
|
|
((parameter
|
|
keyword: [
|
|
"KnownHostsCommand"
|
|
"LocalCommand"
|
|
"RemoteCommand"
|
|
"ProxyCommand"
|
|
]
|
|
argument: (string) @injection.content)
|
|
(#set! injection.language "bash"))
|