nvim-treesitter/queries/ssh_config/injections.scm
2024-03-21 15:51:26 +01:00

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"))