summaryrefslogtreecommitdiffstats
path: root/queries/ssh_config/injections.scm
blob: b719884716efe319e603434a23f79dcbdf5a0e42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
((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"))