nvim-treesitter/queries/ssh_config/injections.scm

18 lines
421 B
Scheme
Raw Normal View History

2023-09-17 12:41:06 +03:00
((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"))