mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
'main': Support tabbed(1) from suckless-tools
This commit is contained in:
parent
9bf06c5c2a
commit
e2e97dde9c
1 changed files with 2 additions and 0 deletions
|
|
@ -323,6 +323,8 @@ _zsh_highlight_highlighter_main_paint()
|
|||
'setsid' :wc
|
||||
# As of OpenSSH 8.1p1; -k is deliberately left out since it may not be followed by a command
|
||||
'ssh-agent' aEPt:csDd
|
||||
# suckless-tools v44
|
||||
'tabbed' gnprtTuU:cdfhsv
|
||||
)
|
||||
|
||||
if [[ $zsyh_user_options[ignorebraces] == on || ${zsyh_user_options[ignoreclosebraces]:-off} == on ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue