Skip to content

Commit

Permalink
Add additional keywords to pattern match list
Browse files Browse the repository at this point in the history
  • Loading branch information
bananastalktome committed Dec 5, 2014
1 parent 7fab590 commit 444f1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/SSH-Config.tmLanguage
Expand Up @@ -14,7 +14,7 @@
<array>
<dict>
<key>match</key>
<string>\b(AddressFamily|B(atchMode|indAddress)|C(hallengeResponseAuthentication|heckHostIP|iphers?|learAllForwardings|ompression(Level)?|onnect(Timeout|ionAttempts)|ontrolMaster|ontrolPath)|DynamicForward|E(nableSSHKeysign|scapeChar)|Forward(Agent|X11(Trusted)?)|G(SSAPI(Authentication|DelegateCredentials|CleanupCredentials)|atewayPorts|lobalKnownHostsFile)|Host(KeyAlgorithms|KeyAlias|Name|basedAuthentication)|Identit(iesOnly|yFile)|L(ocalForward|ogLevel)|MACs|N(oHostAuthenticationForLocalhost|umberOfPasswordPrompts)|P(asswordAuthentication|ort|referredAuthentications|rotocol|roxyCommand|ubkeyAuthentication)|R(SAAuthentication|emoteForward|hostsRSAAuthentication)|S(erverAliveCountMax|erverAliveInterval|martcardDevice|trictHostKeyChecking)|TCPKeepAlive|U(sePrivilegedPort|ser(KnownHostsFile)?)|VerifyHostKeyDNS|XAuthLocation)|AcceptEnv|UsePAM|X11Forwarding|Subsystem|SyslogFacility|LogLevel|(Kerberos(Authentication|OrLocalPasswd|TicketCleanup|GetAFSToken))\b</string>
<string>\b(AddressFamily|B(atchMode|indAddress)|C(hallengeResponseAuthentication|heckHostIP|iphers?|learAllForwardings|ompression(Level)?|onnect(Timeout|ionAttempts)|ontrolMaster|ontrolPath|ontrolPersist)|DynamicForward|E(nableSSHKeysign|scapeChar|xitOnForwardFailure)|Forward(Agent|X11(Timeout|Trusted)?)|G(SSAPI(Authentication|DelegateCredentials|CleanupCredentials|KeyExchange|ClientIdentity|ServerIdentity|RenewalForcesRekey|TrustDns)|atewayPorts|lobalKnownHostsFile)|H(ashKnownHosts|ost(KeyAlgorithms|KeyAlias|Name|basedAuthentication))|I(PQoS|dentit(iesOnly|yFile))|K(bdInteractive(Authentication|Devices)|exAlgorithms)|L(ocal(Command|Forward)|ogLevel)|MACs|N(oHostAuthenticationForLocalhost|umberOfPasswordPrompts)|P(asswordAuthentication|ermitLocalCommand|KCS11Provider|ort|referredAuthentications|rotocol|roxyCommand|ubkeyAuthentication)|R(SAAuthentication|ekeyLimit|emoteForward|equestTTY|hostsRSAAuthentication)|S(endEnv|erverAliveCountMax|erverAliveInterval|martcardDevice|trictHostKeyChecking)|T(CPKeepAlive|unnel(Device)?)|U(seBlacklistedKeys|sePrivilegedPort|ser(KnownHostsFile)?)|V(erifyHostKeyDNS|isualHostKey)|XAuthLocation)|AcceptEnv|UsePAM|X11Forwarding|Subsystem|SyslogFacility|LogLevel|(Kerberos(Authentication|OrLocalPasswd|TicketCleanup|GetAFSToken))\b</string>
<key>name</key>
<string>keyword.other.ssh-config</string>
</dict>
Expand Down

0 comments on commit 444f1ec

Please sign in to comment.