We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde84e1 commit 52ea5c6Copy full SHA for 52ea5c6
highlighters/main/main-highlighter.zsh
@@ -327,7 +327,15 @@ _zsh_highlight_highlighter_main_paint()
327
# suckless-tools v44
328
# Argumentless flags that can't be followed by a command: -v
329
'tabbed' gnprtTuU:cdfhs
330
+
331
+ # moreutils 0.62-1
332
+ 'chronic' :ev
333
+ 'ifne' :n
334
335
)
336
+ # Commands that would need to skip one positional argument:
337
+ # flock
338
+ # ssh
339
340
if [[ $zsyh_user_options[ignorebraces] == on || ${zsyh_user_options[ignoreclosebraces]:-off} == on ]]; then
341
local right_brace_is_recognised_everywhere=false
0 commit comments