*-highlight: Highlight closing square bracket

This commit is contained in:
Sebastian Gniazdowski 2017-04-10 10:40:12 +02:00
parent e3d3093681
commit a69613d352

View file

@ -498,6 +498,9 @@ __HSMW_HIGHLIGHT_TOKENS_TYPES=(
']]') ']]')
style=reserved-word style=reserved-word
;; ;;
']')
style=builtin
;;
$'\x29') # subshell or end of array assignment $'\x29') # subshell or end of array assignment
if (( in_array_assignment )); then if (( in_array_assignment )); then
style=assign style=assign