Skip to content

Commit e2e97dd

Browse files
committed
'main': Support tabbed(1) from suckless-tools
1 parent 9bf06c5 commit e2e97dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

highlighters/main/main-highlighter.zsh

+2
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,8 @@ _zsh_highlight_highlighter_main_paint()
323323
'setsid' :wc
324324
# As of OpenSSH 8.1p1; -k is deliberately left out since it may not be followed by a command
325325
'ssh-agent' aEPt:csDd
326+
# suckless-tools v44
327+
'tabbed' gnprtTuU:cdfhsv
326328
)
327329

328330
if [[ $zsyh_user_options[ignorebraces] == on || ${zsyh_user_options[ignoreclosebraces]:-off} == on ]]; then

0 commit comments

Comments
 (0)