*highlight: Highlight ]]

This commit is contained in:
Sebastian Gniazdowski 2016-10-30 11:42:53 +01:00
parent 9b73595c01
commit 7b04ca7d8e

View file

@ -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