abra zsh config 2.0

This commit is contained in:
Andrey Anurin
2018-08-12 15:26:21 +03:00
parent 201abd09c4
commit 6b114440e2
1195 changed files with 68948 additions and 10539 deletions

View File

@@ -30,12 +30,22 @@
BUFFER='tar cf - * | (cd /target; tar xfp -) | { cat }'
expected_region_highlight=(
"1 3 $ZSH_HIGHLIGHT_STYLES[command]" # tar
"14 14 $ZSH_HIGHLIGHT_STYLES[reserved-word]" # (
"15 16 $ZSH_HIGHLIGHT_STYLES[command]" # cd
"27 29 $ZSH_HIGHLIGHT_STYLES[command]" # tar
"36 36 $ZSH_HIGHLIGHT_STYLES[reserved-word]" # )
"40 40 $ZSH_HIGHLIGHT_STYLES[reserved-word]" # {
"42 44 $ZSH_HIGHLIGHT_STYLES[command]" # cat
"46 46 $ZSH_HIGHLIGHT_STYLES[reserved-word]" # }
"1 3 command" # tar
"5 6 default" # cf
"8 8 single-hyphen-option" # -
"10 10 default" # *
"10 10 globbing" # *
"12 12 commandseparator" # |
"14 14 reserved-word" # (
"15 16 builtin" # cd
"18 24 default" # /target
"25 25 commandseparator" # ;
"27 29 command" # tar
"31 33 default" # xfp
"35 35 single-hyphen-option" # -
"36 36 reserved-word" # )
"38 38 commandseparator" # |
"40 40 reserved-word" # {
"42 44 command" # cat
"46 46 reserved-word" # }
)