nvim-treesitter/runtime/queries/ssh_config/injections.scm

18 lines
370 B
Scheme
Raw Normal View History

2023-09-17 12:41:06 +03:00
((comment) @injection.content
2024-01-06 15:05:50 +09:00
(#set! injection.language "comment"))
2023-09-17 12:41:06 +03:00
((condition
2024-01-06 15:05:50 +09:00
criteria: "exec"
argument: (string) @injection.content)
(#set! injection.language "bash"))
2023-09-17 12:41:06 +03:00
((parameter
keyword: [
"KnownHostsCommand"
"LocalCommand"
"RemoteCommand"
"ProxyCommand"
]
2024-01-06 15:05:50 +09:00
argument: (string) @injection.content)
(#set! injection.language "bash"))