mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-21 19:03:11 +00:00
*highlight: Highlight ]]
This commit is contained in:
parent
9b73595c01
commit
7b04ca7d8e
1 changed files with 3 additions and 0 deletions
|
@ -509,6 +509,9 @@ __HSMW_HIGHLIGHT_TOKENS_TYPES=(
|
|||
elif (( in_redirection + this_word & 14 ))
|
||||
then # $arg is a non-command word
|
||||
case $arg in
|
||||
']]')
|
||||
style=reserved-word
|
||||
;;
|
||||
$'\x29') # subshell or end of array assignment
|
||||
if (( in_array_assignment )); then
|
||||
style=assign
|
||||
|
|
Loading…
Reference in a new issue