We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf06c5 commit e2e97ddCopy full SHA for e2e97dd
highlighters/main/main-highlighter.zsh
@@ -323,6 +323,8 @@ _zsh_highlight_highlighter_main_paint()
323
'setsid' :wc
324
# As of OpenSSH 8.1p1; -k is deliberately left out since it may not be followed by a command
325
'ssh-agent' aEPt:csDd
326
+ # suckless-tools v44
327
+ 'tabbed' gnprtTuU:cdfhsv
328
)
329
330
if [[ $zsyh_user_options[ignorebraces] == on || ${zsyh_user_options[ignoreclosebraces]:-off} == on ]]; then
0 commit comments