We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7d3fbc commit 6647e88Copy full SHA for 6647e88
highlighters/main/main-highlighter.zsh
@@ -311,12 +311,17 @@ _zsh_highlight_highlighter_main_paint()
311
'exec' a:cl
312
'nocorrect' ''
313
'noglob' ''
314
+ 'time' ''
315
316
'doas' aCu:Lns # as of OpenBSD's doas(1) dated September 4, 2016
317
'nice' n: # as of current POSIX spec
318
'pkexec' '' # doesn't take short options; immune to #121 because it's usually not passed --option flags
319
'sudo' Cgprtu:AEHKPSVbhiklnsv # as of sudo 1.8.21p2
320
'stdbuf' ioe:
321
+ 'eatmydata' ''
322
+ 'catchsegv' ''
323
+ 'nohup' ''
324
+ 'setsid' :wc
325
)
326
327
if [[ $zsyh_user_options[ignorebraces] == on || ${zsyh_user_options[ignoreclosebraces]:-off} == on ]]; then
0 commit comments