39
|
1 " Vim syntax file
|
11062
|
2 " Language: sudoers(5) configuration files
|
|
3 " Previous Maintainer: Nikolai Weibull <now@bitwi.se>
|
14637
|
4 " Latest Revision: 2018-08-18
|
14372
|
5 " Recent Changes: Support for #include and #includedir.
|
14637
|
6 " Added many new options (Samuel D. Leslie)
|
39
|
7
|
375
|
8 if exists("b:current_syntax")
|
39
|
9 finish
|
|
10 endif
|
|
11
|
375
|
12 let s:cpo_save = &cpo
|
|
13 set cpo&vim
|
|
14
|
39
|
15 " TODO: instead of 'skipnl', we would like to match a specific group that would
|
|
16 " match \\$ and then continue with the nextgroup, actually, the skipnl doesn't
|
|
17 " work...
|
|
18 " TODO: treat 'ALL' like a special (yay, a bundle of new rules!!!)
|
|
19
|
|
20 syn match sudoersUserSpec '^' nextgroup=@sudoersUserInSpec skipwhite
|
|
21
|
375
|
22 syn match sudoersSpecEquals contained '=' nextgroup=@sudoersCmndSpecList skipwhite
|
39
|
23
|
375
|
24 syn cluster sudoersCmndSpecList contains=sudoersUserRunasBegin,sudoersPASSWD,@sudoersCmndInSpec
|
|
25
|
|
26 syn keyword sudoersTodo contained TODO FIXME XXX NOTE
|
39
|
27
|
389
|
28 syn region sudoersComment display oneline start='#' end='$' contains=sudoersTodo
|
14372
|
29 syn region sudoersInclude display oneline start='#\(include\|includedir\)' end='$'
|
39
|
30
|
375
|
31 syn keyword sudoersAlias User_Alias Runas_Alias nextgroup=sudoersUserAlias skipwhite skipnl
|
|
32 syn keyword sudoersAlias Host_Alias nextgroup=sudoersHostAlias skipwhite skipnl
|
|
33 syn keyword sudoersAlias Cmnd_Alias nextgroup=sudoersCmndAlias skipwhite skipnl
|
39
|
34
|
375
|
35 syn match sudoersUserAlias contained '\<\u[A-Z0-9_]*\>' nextgroup=sudoersUserAliasEquals skipwhite skipnl
|
|
36 syn match sudoersUserNameInList contained '\<\l\+\>' nextgroup=@sudoersUserList skipwhite skipnl
|
|
37 syn match sudoersUIDInList contained '#\d\+\>' nextgroup=@sudoersUserList skipwhite skipnl
|
|
38 syn match sudoersGroupInList contained '%\l\+\>' nextgroup=@sudoersUserList skipwhite skipnl
|
|
39 syn match sudoersUserNetgroupInList contained '+\l\+\>' nextgroup=@sudoersUserList skipwhite skipnl
|
|
40 syn match sudoersUserAliasInList contained '\<\u[A-Z0-9_]*\>' nextgroup=@sudoersUserList skipwhite skipnl
|
39
|
41
|
375
|
42 syn match sudoersUserName contained '\<\l\+\>' nextgroup=@sudoersParameter skipwhite skipnl
|
|
43 syn match sudoersUID contained '#\d\+\>' nextgroup=@sudoersParameter skipwhite skipnl
|
|
44 syn match sudoersGroup contained '%\l\+\>' nextgroup=@sudoersParameter skipwhite skipnl
|
|
45 syn match sudoersUserNetgroup contained '+\l\+\>' nextgroup=@sudoersParameter skipwhite skipnl
|
|
46 syn match sudoersUserAliasRef contained '\<\u[A-Z0-9_]*\>' nextgroup=@sudoersParameter skipwhite skipnl
|
39
|
47
|
375
|
48 syn match sudoersUserNameInSpec contained '\<\l\+\>' nextgroup=@sudoersUserSpec skipwhite skipnl
|
|
49 syn match sudoersUIDInSpec contained '#\d\+\>' nextgroup=@sudoersUserSpec skipwhite skipnl
|
|
50 syn match sudoersGroupInSpec contained '%\l\+\>' nextgroup=@sudoersUserSpec skipwhite skipnl
|
|
51 syn match sudoersUserNetgroupInSpec contained '+\l\+\>' nextgroup=@sudoersUserSpec skipwhite skipnl
|
|
52 syn match sudoersUserAliasInSpec contained '\<\u[A-Z0-9_]*\>' nextgroup=@sudoersUserSpec skipwhite skipnl
|
39
|
53
|
375
|
54 syn match sudoersUserNameInRunas contained '\<\l\+\>' nextgroup=@sudoersUserRunas skipwhite skipnl
|
|
55 syn match sudoersUIDInRunas contained '#\d\+\>' nextgroup=@sudoersUserRunas skipwhite skipnl
|
|
56 syn match sudoersGroupInRunas contained '%\l\+\>' nextgroup=@sudoersUserRunas skipwhite skipnl
|
|
57 syn match sudoersUserNetgroupInRunas contained '+\l\+\>' nextgroup=@sudoersUserRunas skipwhite skipnl
|
|
58 syn match sudoersUserAliasInRunas contained '\<\u[A-Z0-9_]*\>' nextgroup=@sudoersUserRunas skipwhite skipnl
|
39
|
59
|
375
|
60 syn match sudoersHostAlias contained '\<\u[A-Z0-9_]*\>' nextgroup=sudoersHostAliasEquals skipwhite skipnl
|
|
61 syn match sudoersHostNameInList contained '\<\l\+\>' nextgroup=@sudoersHostList skipwhite skipnl
|
|
62 syn match sudoersIPAddrInList contained '\%(\d\{1,3}\.\)\{3}\d\{1,3}' nextgroup=@sudoersHostList skipwhite skipnl
|
39
|
63 syn match sudoersNetworkInList contained '\%(\d\{1,3}\.\)\{3}\d\{1,3}\%(/\%(\%(\d\{1,3}\.\)\{3}\d\{1,3}\|\d\+\)\)\=' nextgroup=@sudoersHostList skipwhite skipnl
|
375
|
64 syn match sudoersHostNetgroupInList contained '+\l\+\>' nextgroup=@sudoersHostList skipwhite skipnl
|
|
65 syn match sudoersHostAliasInList contained '\<\u[A-Z0-9_]*\>' nextgroup=@sudoersHostList skipwhite skipnl
|
39
|
66
|
375
|
67 syn match sudoersHostName contained '\<\l\+\>' nextgroup=@sudoersParameter skipwhite skipnl
|
|
68 syn match sudoersIPAddr contained '\%(\d\{1,3}\.\)\{3}\d\{1,3}' nextgroup=@sudoersParameter skipwhite skipnl
|
|
69 syn match sudoersNetwork contained '\%(\d\{1,3}\.\)\{3}\d\{1,3}\%(/\%(\%(\d\{1,3}\.\)\{3}\d\{1,3}\|\d\+\)\)\=' nextgroup=@sudoersParameter skipwhite skipnl
|
|
70 syn match sudoersHostNetgroup contained '+\l\+\>' nextgroup=@sudoersParameter skipwhite skipnl
|
|
71 syn match sudoersHostAliasRef contained '\<\u[A-Z0-9_]*\>' nextgroup=@sudoersParameter skipwhite skipnl
|
39
|
72
|
375
|
73 syn match sudoersHostNameInSpec contained '\<\l\+\>' nextgroup=@sudoersHostSpec skipwhite skipnl
|
|
74 syn match sudoersIPAddrInSpec contained '\%(\d\{1,3}\.\)\{3}\d\{1,3}' nextgroup=@sudoersHostSpec skipwhite skipnl
|
39
|
75 syn match sudoersNetworkInSpec contained '\%(\d\{1,3}\.\)\{3}\d\{1,3}\%(/\%(\%(\d\{1,3}\.\)\{3}\d\{1,3}\|\d\+\)\)\=' nextgroup=@sudoersHostSpec skipwhite skipnl
|
375
|
76 syn match sudoersHostNetgroupInSpec contained '+\l\+\>' nextgroup=@sudoersHostSpec skipwhite skipnl
|
|
77 syn match sudoersHostAliasInSpec contained '\<\u[A-Z0-9_]*\>' nextgroup=@sudoersHostSpec skipwhite skipnl
|
39
|
78
|
375
|
79 syn match sudoersCmndAlias contained '\<\u[A-Z0-9_]*\>' nextgroup=sudoersCmndAliasEquals skipwhite skipnl
|
39
|
80 syn match sudoersCmndNameInList contained '[^[:space:],:=\\]\+\%(\\[[:space:],:=\\][^[:space:],:=\\]*\)*' nextgroup=@sudoersCmndList,sudoersCommandEmpty,sudoersCommandArgs skipwhite
|
375
|
81 syn match sudoersCmndAliasInList contained '\<\u[A-Z0-9_]*\>' nextgroup=@sudoersCmndList skipwhite skipnl
|
39
|
82
|
|
83 syn match sudoersCmndNameInSpec contained '[^[:space:],:=\\]\+\%(\\[[:space:],:=\\][^[:space:],:=\\]*\)*' nextgroup=@sudoersCmndSpec,sudoersCommandEmptyInSpec,sudoersCommandArgsInSpec skipwhite
|
375
|
84 syn match sudoersCmndAliasInSpec contained '\<\u[A-Z0-9_]*\>' nextgroup=@sudoersCmndSpec skipwhite skipnl
|
39
|
85
|
375
|
86 syn match sudoersUserAliasEquals contained '=' nextgroup=@sudoersUserInList skipwhite skipnl
|
|
87 syn match sudoersUserListComma contained ',' nextgroup=@sudoersUserInList skipwhite skipnl
|
|
88 syn match sudoersUserListColon contained ':' nextgroup=sudoersUserAlias skipwhite skipnl
|
|
89 syn cluster sudoersUserList contains=sudoersUserListComma,sudoersUserListColon
|
39
|
90
|
375
|
91 syn match sudoersUserSpecComma contained ',' nextgroup=@sudoersUserInSpec skipwhite skipnl
|
|
92 syn cluster sudoersUserSpec contains=sudoersUserSpecComma,@sudoersHostInSpec
|
39
|
93
|
|
94 syn match sudoersUserRunasBegin contained '(' nextgroup=@sudoersUserInRunas skipwhite skipnl
|
375
|
95 syn match sudoersUserRunasComma contained ',' nextgroup=@sudoersUserInRunas skipwhite skipnl
|
|
96 syn match sudoersUserRunasEnd contained ')' nextgroup=sudoersPASSWD,@sudoersCmndInSpec skipwhite skipnl
|
|
97 syn cluster sudoersUserRunas contains=sudoersUserRunasComma,@sudoersUserInRunas,sudoersUserRunasEnd
|
39
|
98
|
|
99
|
375
|
100 syn match sudoersHostAliasEquals contained '=' nextgroup=@sudoersHostInList skipwhite skipnl
|
|
101 syn match sudoersHostListComma contained ',' nextgroup=@sudoersHostInList skipwhite skipnl
|
|
102 syn match sudoersHostListColon contained ':' nextgroup=sudoersHostAlias skipwhite skipnl
|
|
103 syn cluster sudoersHostList contains=sudoersHostListComma,sudoersHostListColon
|
39
|
104
|
375
|
105 syn match sudoersHostSpecComma contained ',' nextgroup=@sudoersHostInSpec skipwhite skipnl
|
|
106 syn cluster sudoersHostSpec contains=sudoersHostSpecComma,sudoersSpecEquals
|
39
|
107
|
|
108
|
375
|
109 syn match sudoersCmndAliasEquals contained '=' nextgroup=@sudoersCmndInList skipwhite skipnl
|
|
110 syn match sudoersCmndListComma contained ',' nextgroup=@sudoersCmndInList skipwhite skipnl
|
|
111 syn match sudoersCmndListColon contained ':' nextgroup=sudoersCmndAlias skipwhite skipnl
|
|
112 syn cluster sudoersCmndList contains=sudoersCmndListComma,sudoersCmndListColon
|
39
|
113
|
|
114 syn match sudoersCmndSpecComma contained ',' nextgroup=@sudoersCmndSpecList skipwhite skipnl
|
375
|
115 syn match sudoersCmndSpecColon contained ':' nextgroup=@sudoersUserInSpec skipwhite skipnl
|
|
116 syn cluster sudoersCmndSpec contains=sudoersCmndSpecComma,sudoersCmndSpecColon
|
39
|
117
|
375
|
118 syn cluster sudoersUserInList contains=sudoersUserNegationInList,sudoersUserNameInList,sudoersUIDInList,sudoersGroupInList,sudoersUserNetgroupInList,sudoersUserAliasInList
|
|
119 syn cluster sudoersHostInList contains=sudoersHostNegationInList,sudoersHostNameInList,sudoersIPAddrInList,sudoersNetworkInList,sudoersHostNetgroupInList,sudoersHostAliasInList
|
|
120 syn cluster sudoersCmndInList contains=sudoersCmndNegationInList,sudoersCmndNameInList,sudoersCmndAliasInList
|
39
|
121
|
375
|
122 syn cluster sudoersUser contains=sudoersUserNegation,sudoersUserName,sudoersUID,sudoersGroup,sudoersUserNetgroup,sudoersUserAliasRef
|
|
123 syn cluster sudoersHost contains=sudoersHostNegation,sudoersHostName,sudoersIPAddr,sudoersNetwork,sudoersHostNetgroup,sudoersHostAliasRef
|
39
|
124
|
375
|
125 syn cluster sudoersUserInSpec contains=sudoersUserNegationInSpec,sudoersUserNameInSpec,sudoersUIDInSpec,sudoersGroupInSpec,sudoersUserNetgroupInSpec,sudoersUserAliasInSpec
|
|
126 syn cluster sudoersHostInSpec contains=sudoersHostNegationInSpec,sudoersHostNameInSpec,sudoersIPAddrInSpec,sudoersNetworkInSpec,sudoersHostNetgroupInSpec,sudoersHostAliasInSpec
|
|
127 syn cluster sudoersUserInRunas contains=sudoersUserNegationInRunas,sudoersUserNameInRunas,sudoersUIDInRunas,sudoersGroupInRunas,sudoersUserNetgroupInRunas,sudoersUserAliasInRunas
|
|
128 syn cluster sudoersCmndInSpec contains=sudoersCmndNegationInSpec,sudoersCmndNameInSpec,sudoersCmndAliasInSpec
|
39
|
129
|
|
130 syn match sudoersUserNegationInList contained '!\+' nextgroup=@sudoersUserInList skipwhite skipnl
|
|
131 syn match sudoersHostNegationInList contained '!\+' nextgroup=@sudoersHostInList skipwhite skipnl
|
|
132 syn match sudoersCmndNegationInList contained '!\+' nextgroup=@sudoersCmndInList skipwhite skipnl
|
|
133
|
375
|
134 syn match sudoersUserNegation contained '!\+' nextgroup=@sudoersUser skipwhite skipnl
|
|
135 syn match sudoersHostNegation contained '!\+' nextgroup=@sudoersHost skipwhite skipnl
|
39
|
136
|
|
137 syn match sudoersUserNegationInSpec contained '!\+' nextgroup=@sudoersUserInSpec skipwhite skipnl
|
|
138 syn match sudoersHostNegationInSpec contained '!\+' nextgroup=@sudoersHostInSpec skipwhite skipnl
|
|
139 syn match sudoersUserNegationInRunas contained '!\+' nextgroup=@sudoersUserInRunas skipwhite skipnl
|
|
140 syn match sudoersCmndNegationInSpec contained '!\+' nextgroup=@sudoersCmndInSpec skipwhite skipnl
|
|
141
|
375
|
142 syn match sudoersCommandArgs contained '[^[:space:],:=\\]\+\%(\\[[:space:],:=\\][^[:space:],:=\\]*\)*' nextgroup=sudoersCommandArgs,@sudoersCmndList skipwhite
|
|
143 syn match sudoersCommandEmpty contained '""' nextgroup=@sudoersCmndList skipwhite skipnl
|
39
|
144
|
|
145 syn match sudoersCommandArgsInSpec contained '[^[:space:],:=\\]\+\%(\\[[:space:],:=\\][^[:space:],:=\\]*\)*' nextgroup=sudoersCommandArgsInSpec,@sudoersCmndSpec skipwhite
|
|
146 syn match sudoersCommandEmptyInSpec contained '""' nextgroup=@sudoersCmndSpec skipwhite skipnl
|
|
147
|
375
|
148 syn keyword sudoersDefaultEntry Defaults nextgroup=sudoersDefaultTypeAt,sudoersDefaultTypeColon,sudoersDefaultTypeGreaterThan,@sudoersParameter skipwhite skipnl
|
|
149 syn match sudoersDefaultTypeAt contained '@' nextgroup=@sudoersHost skipwhite skipnl
|
|
150 syn match sudoersDefaultTypeColon contained ':' nextgroup=@sudoersUser skipwhite skipnl
|
39
|
151 syn match sudoersDefaultTypeGreaterThan contained '>' nextgroup=@sudoersUser skipwhite skipnl
|
|
152
|
|
153 " TODO: could also deal with special characters here
|
375
|
154 syn match sudoersBooleanParameter contained '!' nextgroup=sudoersBooleanParameter skipwhite skipnl
|
2709
|
155 syn keyword sudoersBooleanParameter contained skipwhite skipnl
|
14637
|
156 \ always_query_group_plugin
|
2709
|
157 \ always_set_home
|
|
158 \ authenticate
|
|
159 \ closefrom_override
|
14637
|
160 \ compress_io
|
2709
|
161 \ env_editor
|
|
162 \ env_reset
|
14637
|
163 \ exec_background
|
|
164 \ fast_glob
|
2709
|
165 \ fqdn
|
14637
|
166 \ ignore_audit_errors
|
2709
|
167 \ ignore_dot
|
14637
|
168 \ ignore_iolog_errors
|
2709
|
169 \ ignore_local_sudoers
|
14637
|
170 \ ignore_logfile_errors
|
|
171 \ ignore_unknown_defaults
|
2709
|
172 \ insults
|
|
173 \ log_host
|
14637
|
174 \ log_input
|
|
175 \ log_output
|
2709
|
176 \ log_year
|
|
177 \ long_otp_prompt
|
14637
|
178 \ mail_all_cmnds
|
2709
|
179 \ mail_always
|
|
180 \ mail_badpass
|
|
181 \ mail_no_host
|
|
182 \ mail_no_perms
|
|
183 \ mail_no_user
|
14637
|
184 \ match_group_by_gid
|
|
185 \ netgroup_tuple
|
2709
|
186 \ noexec
|
14637
|
187 \ pam_session
|
|
188 \ pam_setcred
|
|
189 \ passprompt_override
|
2709
|
190 \ path_info
|
|
191 \ preserve_groups
|
14637
|
192 \ pwfeedback
|
2709
|
193 \ requiretty
|
|
194 \ root_sudo
|
|
195 \ rootpw
|
|
196 \ runaspw
|
|
197 \ set_home
|
|
198 \ set_logname
|
14637
|
199 \ set_utmp
|
2709
|
200 \ setenv
|
|
201 \ shell_noargs
|
|
202 \ stay_setuid
|
14637
|
203 \ sudoedit_checkdir
|
|
204 \ sudoedit_fellow
|
|
205 \ syslog_pid
|
2709
|
206 \ targetpw
|
|
207 \ tty_tickets
|
14637
|
208 \ umask_override
|
|
209 \ use_netgroups
|
|
210 \ use_pty
|
|
211 \ user_command_timeouts
|
|
212 \ utmp_runas
|
2709
|
213 \ visiblepw
|
|
214
|
|
215 syn keyword sudoersIntegerParameter contained
|
|
216 \ nextgroup=sudoersIntegerParameterEquals
|
|
217 \ skipwhite skipnl
|
|
218 \ closefrom
|
14637
|
219 \ command_timeout
|
2709
|
220 \ loglinelen
|
14637
|
221 \ maxseq
|
2709
|
222 \ passwd_timeout
|
14637
|
223 \ passwd_tries
|
|
224 \ syslog_maxlen
|
2709
|
225 \ timestamp_timeout
|
|
226 \ umask
|
|
227
|
|
228 syn keyword sudoersStringParameter contained
|
|
229 \ nextgroup=sudoersStringParameterEquals
|
|
230 \ skipwhite skipnl
|
14637
|
231 \ askpass
|
2709
|
232 \ badpass_message
|
|
233 \ editor
|
|
234 \ env_file
|
|
235 \ exempt_group
|
14637
|
236 \ fdexec
|
|
237 \ group_plugin
|
|
238 \ iolog_dir
|
|
239 \ iolog_file
|
|
240 \ iolog_flush
|
|
241 \ iolog_group
|
|
242 \ iolog_mode
|
|
243 \ iolog_user
|
2709
|
244 \ lecture
|
|
245 \ lecture_file
|
14637
|
246 \ lecture_status_dir
|
2709
|
247 \ listpw
|
|
248 \ logfile
|
|
249 \ mailerflags
|
|
250 \ mailerpath
|
|
251 \ mailfrom
|
14637
|
252 \ mailsub
|
2709
|
253 \ mailto
|
14637
|
254 \ noexec_file
|
|
255 \ pam_login_service
|
|
256 \ pam_service
|
|
257 \ passprompt
|
|
258 \ restricted_env_file
|
|
259 \ role
|
|
260 \ runas_default
|
2709
|
261 \ secure_path
|
14637
|
262 \ sudoers_locale
|
2709
|
263 \ syslog
|
14637
|
264 \ syslog_badpri
|
|
265 \ syslog_goodpri
|
|
266 \ timestamp_type
|
|
267 \ timestampdir
|
|
268 \ timestampowner
|
|
269 \ type
|
2709
|
270 \ verifypw
|
|
271
|
|
272 syn keyword sudoersListParameter contained
|
|
273 \ nextgroup=sudoersListParameterEquals
|
|
274 \ skipwhite skipnl
|
|
275 \ env_check
|
|
276 \ env_delete
|
|
277 \ env_keep
|
39
|
278
|
|
279 syn match sudoersParameterListComma contained ',' nextgroup=@sudoersParameter skipwhite skipnl
|
|
280
|
1621
|
281 syn cluster sudoersParameter contains=sudoersBooleanParameter,sudoersIntegerParameter,sudoersStringParameter,sudoersListParameter
|
39
|
282
|
|
283 syn match sudoersIntegerParameterEquals contained '[+-]\==' nextgroup=sudoersIntegerValue skipwhite skipnl
|
|
284 syn match sudoersStringParameterEquals contained '[+-]\==' nextgroup=sudoersStringValue skipwhite skipnl
|
375
|
285 syn match sudoersListParameterEquals contained '[+-]\==' nextgroup=sudoersListValue skipwhite skipnl
|
39
|
286
|
375
|
287 syn match sudoersIntegerValue contained '\d\+' nextgroup=sudoersParameterListComma skipwhite skipnl
|
|
288 syn match sudoersStringValue contained '[^[:space:],:=\\]*\%(\\[[:space:],:=\\][^[:space:],:=\\]*\)*' nextgroup=sudoersParameterListComma skipwhite skipnl
|
|
289 syn region sudoersStringValue contained start=+"+ skip=+\\"+ end=+"+ nextgroup=sudoersParameterListComma skipwhite skipnl
|
|
290 syn match sudoersListValue contained '[^[:space:],:=\\]*\%(\\[[:space:],:=\\][^[:space:],:=\\]*\)*' nextgroup=sudoersParameterListComma skipwhite skipnl
|
|
291 syn region sudoersListValue contained start=+"+ skip=+\\"+ end=+"+ nextgroup=sudoersParameterListComma skipwhite skipnl
|
|
292
|
|
293 syn match sudoersPASSWD contained '\%(NO\)\=PASSWD:' nextgroup=@sudoersCmndInSpec skipwhite
|
39
|
294
|
375
|
295 hi def link sudoersSpecEquals Operator
|
|
296 hi def link sudoersTodo Todo
|
|
297 hi def link sudoersComment Comment
|
|
298 hi def link sudoersAlias Keyword
|
|
299 hi def link sudoersUserAlias Identifier
|
|
300 hi def link sudoersUserNameInList String
|
|
301 hi def link sudoersUIDInList Number
|
|
302 hi def link sudoersGroupInList PreProc
|
|
303 hi def link sudoersUserNetgroupInList PreProc
|
|
304 hi def link sudoersUserAliasInList PreProc
|
|
305 hi def link sudoersUserName String
|
|
306 hi def link sudoersUID Number
|
|
307 hi def link sudoersGroup PreProc
|
|
308 hi def link sudoersUserNetgroup PreProc
|
|
309 hi def link sudoersUserAliasRef PreProc
|
|
310 hi def link sudoersUserNameInSpec String
|
|
311 hi def link sudoersUIDInSpec Number
|
|
312 hi def link sudoersGroupInSpec PreProc
|
|
313 hi def link sudoersUserNetgroupInSpec PreProc
|
|
314 hi def link sudoersUserAliasInSpec PreProc
|
|
315 hi def link sudoersUserNameInRunas String
|
|
316 hi def link sudoersUIDInRunas Number
|
|
317 hi def link sudoersGroupInRunas PreProc
|
|
318 hi def link sudoersUserNetgroupInRunas PreProc
|
|
319 hi def link sudoersUserAliasInRunas PreProc
|
|
320 hi def link sudoersHostAlias Identifier
|
|
321 hi def link sudoersHostNameInList String
|
|
322 hi def link sudoersIPAddrInList Number
|
|
323 hi def link sudoersNetworkInList Number
|
|
324 hi def link sudoersHostNetgroupInList PreProc
|
|
325 hi def link sudoersHostAliasInList PreProc
|
|
326 hi def link sudoersHostName String
|
|
327 hi def link sudoersIPAddr Number
|
|
328 hi def link sudoersNetwork Number
|
|
329 hi def link sudoersHostNetgroup PreProc
|
|
330 hi def link sudoersHostAliasRef PreProc
|
|
331 hi def link sudoersHostNameInSpec String
|
|
332 hi def link sudoersIPAddrInSpec Number
|
|
333 hi def link sudoersNetworkInSpec Number
|
|
334 hi def link sudoersHostNetgroupInSpec PreProc
|
|
335 hi def link sudoersHostAliasInSpec PreProc
|
|
336 hi def link sudoersCmndAlias Identifier
|
|
337 hi def link sudoersCmndNameInList String
|
|
338 hi def link sudoersCmndAliasInList PreProc
|
|
339 hi def link sudoersCmndNameInSpec String
|
|
340 hi def link sudoersCmndAliasInSpec PreProc
|
|
341 hi def link sudoersUserAliasEquals Operator
|
|
342 hi def link sudoersUserListComma Delimiter
|
|
343 hi def link sudoersUserListColon Delimiter
|
|
344 hi def link sudoersUserSpecComma Delimiter
|
|
345 hi def link sudoersUserRunasBegin Delimiter
|
|
346 hi def link sudoersUserRunasComma Delimiter
|
|
347 hi def link sudoersUserRunasEnd Delimiter
|
|
348 hi def link sudoersHostAliasEquals Operator
|
|
349 hi def link sudoersHostListComma Delimiter
|
|
350 hi def link sudoersHostListColon Delimiter
|
|
351 hi def link sudoersHostSpecComma Delimiter
|
|
352 hi def link sudoersCmndAliasEquals Operator
|
|
353 hi def link sudoersCmndListComma Delimiter
|
|
354 hi def link sudoersCmndListColon Delimiter
|
|
355 hi def link sudoersCmndSpecComma Delimiter
|
|
356 hi def link sudoersCmndSpecColon Delimiter
|
|
357 hi def link sudoersUserNegationInList Operator
|
|
358 hi def link sudoersHostNegationInList Operator
|
|
359 hi def link sudoersCmndNegationInList Operator
|
|
360 hi def link sudoersUserNegation Operator
|
|
361 hi def link sudoersHostNegation Operator
|
|
362 hi def link sudoersUserNegationInSpec Operator
|
|
363 hi def link sudoersHostNegationInSpec Operator
|
|
364 hi def link sudoersUserNegationInRunas Operator
|
|
365 hi def link sudoersCmndNegationInSpec Operator
|
|
366 hi def link sudoersCommandArgs String
|
|
367 hi def link sudoersCommandEmpty Special
|
|
368 hi def link sudoersDefaultEntry Keyword
|
|
369 hi def link sudoersDefaultTypeAt Special
|
|
370 hi def link sudoersDefaultTypeColon Special
|
|
371 hi def link sudoersDefaultTypeGreaterThan Special
|
|
372 hi def link sudoersBooleanParameter Identifier
|
|
373 hi def link sudoersIntegerParameter Identifier
|
|
374 hi def link sudoersStringParameter Identifier
|
|
375 hi def link sudoersListParameter Identifier
|
|
376 hi def link sudoersParameterListComma Delimiter
|
|
377 hi def link sudoersIntegerParameterEquals Operator
|
|
378 hi def link sudoersStringParameterEquals Operator
|
|
379 hi def link sudoersListParameterEquals Operator
|
|
380 hi def link sudoersIntegerValue Number
|
|
381 hi def link sudoersStringValue String
|
|
382 hi def link sudoersListValue String
|
|
383 hi def link sudoersPASSWD Special
|
14372
|
384 hi def link sudoersInclude Statement
|
39
|
385
|
|
386 let b:current_syntax = "sudoers"
|
|
387
|
375
|
388 let &cpo = s:cpo_save
|
|
389 unlet s:cpo_save
|