Mercurial > vim
annotate runtime/syntax/sshdconfig.vim @ 8261:a412b466bedc v7.4.1423
commit https://github.com/vim/vim/commit/4cafa6dc7f0728b018979aff0ca039908ecf2ae1
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Feb 26 11:52:39 2016 +0100
patch 7.4.1423
Problem: Channel test fails on MS-Windows.
Solution: Do not give an error message when reading fails, assume the other
end exited.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 26 Feb 2016 12:00:05 +0100 |
parents | 3012eaddb6b2 |
children | 1bf1b88968a2 |
rev | line source |
---|---|
7 | 1 " Vim syntax file |
3224 | 2 " Language: OpenSSH server configuration file (sshd_config) |
7384
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
3 " Author: David Necas (Yeti) |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
4 " Maintainer: Dominik Fischer <d dot f dot fischer at web dot de> |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
5 " Contributor: Thilo Six |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
6 " Contributor: Leonard Ehrenfried <leonard.ehrenfried@web.de> |
7597
3012eaddb6b2
commit https://github.com/vim/vim/commit/345efa013dc6d1754ba06e5596a26c48c9935937
Christian Brabandt <cb@256bit.org>
parents:
7384
diff
changeset
|
7 " Contributor: Karsten Hopp <karsten@redhat.com> |
3224 | 8 " Originally: 2009-07-09 |
7597
3012eaddb6b2
commit https://github.com/vim/vim/commit/345efa013dc6d1754ba06e5596a26c48c9935937
Christian Brabandt <cb@256bit.org>
parents:
7384
diff
changeset
|
9 " Last Change: 2016 Jan 12 |
3012eaddb6b2
commit https://github.com/vim/vim/commit/345efa013dc6d1754ba06e5596a26c48c9935937
Christian Brabandt <cb@256bit.org>
parents:
7384
diff
changeset
|
10 " SSH Version: 7.1 |
3224 | 11 " |
7 | 12 |
13 " Setup | |
14 if version >= 600 | |
2034 | 15 if exists("b:current_syntax") |
16 finish | |
17 endif | |
7 | 18 else |
2034 | 19 syntax clear |
7 | 20 endif |
21 | |
22 if version >= 600 | |
2034 | 23 setlocal iskeyword=_,-,a-z,A-Z,48-57 |
7 | 24 else |
2034 | 25 set iskeyword=_,-,a-z,A-Z,48-57 |
7 | 26 endif |
27 | |
3224 | 28 |
29 " case on | |
30 syn case match | |
31 | |
7 | 32 |
33 " Comments | |
3224 | 34 syn match sshdconfigComment "^#.*$" contains=sshdconfigTodo |
35 syn match sshdconfigComment "\s#.*$" contains=sshdconfigTodo | |
36 | |
37 syn keyword sshdconfigTodo TODO FIXME NOTE contained | |
7 | 38 |
39 " Constants | |
2034 | 40 syn keyword sshdconfigYesNo yes no none |
3224 | 41 |
2034 | 42 syn keyword sshdconfigAddressFamily any inet inet6 |
3224 | 43 |
7384
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
44 syn keyword sshdconfigPrivilegeSeparation sandbox |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
45 |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
46 syn keyword sshdconfigTcpForwarding local remote |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
47 |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
48 syn keyword sshdconfigRootLogin prohibit-password without-password forced-commands-only |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
49 |
7 | 50 syn keyword sshdconfigCipher aes128-cbc 3des-cbc blowfish-cbc cast128-cbc |
3224 | 51 syn keyword sshdconfigCipher aes192-cbc aes256-cbc aes128-ctr aes192-ctr aes256-ctr |
714 | 52 syn keyword sshdconfigCipher arcfour arcfour128 arcfour256 cast128-cbc |
3224 | 53 |
7 | 54 syn keyword sshdconfigMAC hmac-md5 hmac-sha1 hmac-ripemd160 hmac-sha1-96 |
55 syn keyword sshdconfigMAC hmac-md5-96 | |
3224 | 56 syn keyword sshdconfigMAC hmac-sha2-256 hmac-sha256-96 hmac-sha2-512 |
57 syn keyword sshdconfigMAC hmac-sha2-512-96 | |
58 syn match sshdconfigMAC "\<umac-64@openssh\.com\>" | |
59 | |
7384
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
60 syn keyword sshdconfigRootLogin prohibit-password without-password forced-commands-only |
3224 | 61 |
7 | 62 syn keyword sshdconfigLogLevel QUIET FATAL ERROR INFO VERBOSE |
63 syn keyword sshdconfigLogLevel DEBUG DEBUG1 DEBUG2 DEBUG3 | |
2034 | 64 syn keyword sshdconfigSysLogFacility DAEMON USER AUTH AUTHPRIV LOCAL0 LOCAL1 |
65 syn keyword sshdconfigSysLogFacility LOCAL2 LOCAL3 LOCAL4 LOCAL5 LOCAL6 LOCAL7 | |
3224 | 66 |
67 syn keyword sshdconfigCompression delayed | |
68 | |
7597
3012eaddb6b2
commit https://github.com/vim/vim/commit/345efa013dc6d1754ba06e5596a26c48c9935937
Christian Brabandt <cb@256bit.org>
parents:
7384
diff
changeset
|
69 syn match sshdconfigIPQoS "af1[123]" |
3012eaddb6b2
commit https://github.com/vim/vim/commit/345efa013dc6d1754ba06e5596a26c48c9935937
Christian Brabandt <cb@256bit.org>
parents:
7384
diff
changeset
|
70 syn match sshdconfigIPQoS "af2[123]" |
3224 | 71 syn match sshdconfigIPQoS "af3[123]" |
72 syn match sshdconfigIPQoS "af4[123]" | |
73 syn match sshdconfigIPQoS "cs[0-7]" | |
74 syn keyword sshdconfigIPQoS ef lowdelay throughput reliability | |
75 | |
76 syn keyword sshdconfigKexAlgo ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp521 | |
77 syn keyword sshdconfigKexAlgo diffie-hellman-group-exchange-sha256 | |
78 syn keyword sshdconfigKexAlgo diffie-hellman-group-exchange-sha1 | |
79 syn keyword sshdconfigKexAlgo diffie-hellman-group14-sha1 | |
80 syn keyword sshdconfigKexAlgo diffie-hellman-group1-sha1 | |
81 | |
82 syn keyword sshdconfigTunnel point-to-point ethernet | |
83 | |
84 syn keyword sshdconfigSubsystem internal-sftp | |
85 | |
86 syn match sshdconfigVar "%[hu]\>" | |
87 syn match sshdconfigVar "%%" | |
88 | |
7 | 89 syn match sshdconfigSpecial "[*?]" |
3224 | 90 |
7 | 91 syn match sshdconfigNumber "\d\+" |
92 syn match sshdconfigHostPort "\<\(\d\{1,3}\.\)\{3}\d\{1,3}\(:\d\+\)\?\>" | |
93 syn match sshdconfigHostPort "\<\([-a-zA-Z0-9]\+\.\)\+[-a-zA-Z0-9]\{2,}\(:\d\+\)\?\>" | |
2034 | 94 " FIXME: this matches quite a few things which are NOT valid IPv6 addresses |
7 | 95 syn match sshdconfigHostPort "\<\(\x\{,4}:\)\+\x\{,4}:\d\+\>" |
96 syn match sshdconfigTime "\<\(\d\+[sSmMhHdDwW]\)\+\>" | |
97 | |
3224 | 98 |
99 " case off | |
100 syn case ignore | |
101 | |
102 | |
7 | 103 " Keywords |
2034 | 104 syn keyword sshdconfigMatch Host User Group Address |
3224 | 105 |
106 syn keyword sshdconfigKeyword AcceptEnv | |
107 syn keyword sshdconfigKeyword AddressFamily | |
108 syn keyword sshdconfigKeyword AllowAgentForwarding | |
109 syn keyword sshdconfigKeyword AllowGroups | |
7384
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
110 syn keyword sshdconfigKeyword AllowStreamLocalForwarding |
3224 | 111 syn keyword sshdconfigKeyword AllowTcpForwarding |
112 syn keyword sshdconfigKeyword AllowUsers | |
7597
3012eaddb6b2
commit https://github.com/vim/vim/commit/345efa013dc6d1754ba06e5596a26c48c9935937
Christian Brabandt <cb@256bit.org>
parents:
7384
diff
changeset
|
113 syn keyword sshdconfigKeyword AuthenticationMethods |
3224 | 114 syn keyword sshdconfigKeyword AuthorizedKeysFile |
7384
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
115 syn keyword sshdconfigKeyword AuthorizedKeysCommand |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
116 syn keyword sshdconfigKeyword AuthorizedKeysCommandUser |
3224 | 117 syn keyword sshdconfigKeyword AuthorizedPrincipalsFile |
2034 | 118 syn keyword sshdconfigKeyword Banner |
3224 | 119 syn keyword sshdconfigKeyword ChallengeResponseAuthentication |
120 syn keyword sshdconfigKeyword ChrootDirectory | |
121 syn keyword sshdconfigKeyword Ciphers | |
122 syn keyword sshdconfigKeyword ClientAliveCountMax | |
123 syn keyword sshdconfigKeyword ClientAliveInterval | |
124 syn keyword sshdconfigKeyword Compression | |
125 syn keyword sshdconfigKeyword DebianBanner | |
126 syn keyword sshdconfigKeyword DenyGroups | |
127 syn keyword sshdconfigKeyword DenyUsers | |
2034 | 128 syn keyword sshdconfigKeyword ForceCommand |
3224 | 129 syn keyword sshdconfigKeyword GSSAPIAuthentication |
2034 | 130 syn keyword sshdconfigKeyword GSSAPICleanupCredentials |
3224 | 131 syn keyword sshdconfigKeyword GSSAPIKeyExchange |
132 syn keyword sshdconfigKeyword GSSAPIStoreCredentialsOnRekey | |
133 syn keyword sshdconfigKeyword GSSAPIStrictAcceptorCheck | |
134 syn keyword sshdconfigKeyword GatewayPorts | |
135 syn keyword sshdconfigKeyword HostCertificate | |
136 syn keyword sshdconfigKeyword HostKey | |
7597
3012eaddb6b2
commit https://github.com/vim/vim/commit/345efa013dc6d1754ba06e5596a26c48c9935937
Christian Brabandt <cb@256bit.org>
parents:
7384
diff
changeset
|
137 syn keyword sshdconfigKeyword HostKeyAgent |
7384
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
138 syn keyword sshdconfigKeyword HostKeyAlgorithms |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
139 syn keyword sshdconfigKeyword HostbasedAcceptedKeyTypes |
3224 | 140 syn keyword sshdconfigKeyword HostbasedAuthentication |
141 syn keyword sshdconfigKeyword HostbasedUsesNameFromPacketOnly | |
142 syn keyword sshdconfigKeyword IPQoS | |
143 syn keyword sshdconfigKeyword IgnoreRhosts | |
144 syn keyword sshdconfigKeyword IgnoreUserKnownHosts | |
145 syn keyword sshdconfigKeyword KbdInteractiveAuthentication | |
146 syn keyword sshdconfigKeyword KerberosAuthentication | |
147 syn keyword sshdconfigKeyword KerberosGetAFSToken | |
148 syn keyword sshdconfigKeyword KerberosOrLocalPasswd | |
149 syn keyword sshdconfigKeyword KerberosTicketCleanup | |
150 syn keyword sshdconfigKeyword KexAlgorithms | |
2034 | 151 syn keyword sshdconfigKeyword KeyRegenerationInterval |
3224 | 152 syn keyword sshdconfigKeyword ListenAddress |
153 syn keyword sshdconfigKeyword LogLevel | |
154 syn keyword sshdconfigKeyword LoginGraceTime | |
155 syn keyword sshdconfigKeyword MACs | |
156 syn keyword sshdconfigKeyword Match | |
157 syn keyword sshdconfigKeyword MaxAuthTries | |
158 syn keyword sshdconfigKeyword MaxSessions | |
159 syn keyword sshdconfigKeyword MaxStartups | |
160 syn keyword sshdconfigKeyword PasswordAuthentication | |
161 syn keyword sshdconfigKeyword PermitBlacklistedKeys | |
162 syn keyword sshdconfigKeyword PermitEmptyPasswords | |
163 syn keyword sshdconfigKeyword PermitOpen | |
164 syn keyword sshdconfigKeyword PermitRootLogin | |
7384
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
165 syn keyword sshdconfigKeyword PermitTTY |
3224 | 166 syn keyword sshdconfigKeyword PermitTunnel |
167 syn keyword sshdconfigKeyword PermitUserEnvironment | |
7384
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
168 syn keyword sshdconfigKeyword PermitUserRC |
3224 | 169 syn keyword sshdconfigKeyword PidFile |
170 syn keyword sshdconfigKeyword Port | |
171 syn keyword sshdconfigKeyword PrintLastLog | |
172 syn keyword sshdconfigKeyword PrintMotd | |
173 syn keyword sshdconfigKeyword Protocol | |
7384
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
174 syn keyword sshdconfigKeyword PubkeyAcceptedKeyTypes |
2034 | 175 syn keyword sshdconfigKeyword PubkeyAuthentication |
3224 | 176 syn keyword sshdconfigKeyword RSAAuthentication |
7384
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
177 syn keyword sshdconfigKeyword RekeyLimit |
3224 | 178 syn keyword sshdconfigKeyword RevokedKeys |
179 syn keyword sshdconfigKeyword RhostsRSAAuthentication | |
180 syn keyword sshdconfigKeyword ServerKeyBits | |
181 syn keyword sshdconfigKeyword ShowPatchLevel | |
182 syn keyword sshdconfigKeyword StrictModes | |
183 syn keyword sshdconfigKeyword Subsystem | |
184 syn keyword sshdconfigKeyword SyslogFacility | |
2034 | 185 syn keyword sshdconfigKeyword TCPKeepAlive |
3224 | 186 syn keyword sshdconfigKeyword TrustedUserCAKeys |
187 syn keyword sshdconfigKeyword UseDNS | |
188 syn keyword sshdconfigKeyword UseLogin | |
189 syn keyword sshdconfigKeyword UsePAM | |
190 syn keyword sshdconfigKeyword UsePrivilegeSeparation | |
7384
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
191 syn keyword sshdconfigKeyword VersionAddendum |
3224 | 192 syn keyword sshdconfigKeyword X11DisplayOffset |
193 syn keyword sshdconfigKeyword X11Forwarding | |
194 syn keyword sshdconfigKeyword X11UseLocalhost | |
195 syn keyword sshdconfigKeyword XAuthLocation | |
196 | |
7 | 197 |
198 " Define the default highlighting | |
199 if version >= 508 || !exists("did_sshdconfig_syntax_inits") | |
2034 | 200 if version < 508 |
201 let did_sshdconfig_syntax_inits = 1 | |
202 command -nargs=+ HiLink hi link <args> | |
203 else | |
204 command -nargs=+ HiLink hi def link <args> | |
205 endif | |
7 | 206 |
7384
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
207 HiLink sshdconfigComment Comment |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
208 HiLink sshdconfigTodo Todo |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
209 HiLink sshdconfigHostPort sshdconfigConstant |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
210 HiLink sshdconfigTime sshdconfigConstant |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
211 HiLink sshdconfigNumber sshdconfigConstant |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
212 HiLink sshdconfigConstant Constant |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
213 HiLink sshdconfigYesNo sshdconfigEnum |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
214 HiLink sshdconfigAddressFamily sshdconfigEnum |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
215 HiLink sshdconfigPrivilegeSeparation sshdconfigEnum |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
216 HiLink sshdconfigTcpForwarding sshdconfigEnum |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
217 HiLink sshdconfigRootLogin sshdconfigEnum |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
218 HiLink sshdconfigCipher sshdconfigEnum |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
219 HiLink sshdconfigMAC sshdconfigEnum |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
220 HiLink sshdconfigRootLogin sshdconfigEnum |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
221 HiLink sshdconfigLogLevel sshdconfigEnum |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
222 HiLink sshdconfigSysLogFacility sshdconfigEnum |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
223 HiLink sshdconfigVar sshdconfigEnum |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
224 HiLink sshdconfigCompression sshdconfigEnum |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
225 HiLink sshdconfigIPQoS sshdconfigEnum |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
226 HiLink sshdconfigKexAlgo sshdconfigEnum |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
227 HiLink sshdconfigTunnel sshdconfigEnum |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
228 HiLink sshdconfigSubsystem sshdconfigEnum |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
229 HiLink sshdconfigEnum Function |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
230 HiLink sshdconfigSpecial Special |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
231 HiLink sshdconfigKeyword Keyword |
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
3224
diff
changeset
|
232 HiLink sshdconfigMatch Type |
2034 | 233 delcommand HiLink |
7 | 234 endif |
235 | |
236 let b:current_syntax = "sshdconfig" | |
3224 | 237 |
238 " vim:set ts=8 sw=2 sts=2: |