mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-10 06:14:12 +00:00
*-highlight: Highlight closing square bracket
This commit is contained in:
parent
e3d3093681
commit
a69613d352
1 changed files with 3 additions and 0 deletions
|
@ -498,6 +498,9 @@ __HSMW_HIGHLIGHT_TOKENS_TYPES=(
|
|||
']]')
|
||||
style=reserved-word
|
||||
;;
|
||||
']')
|
||||
style=builtin
|
||||
;;
|
||||
$'\x29') # subshell or end of array assignment
|
||||
if (( in_array_assignment )); then
|
||||
style=assign
|
||||
|
|
Loading…
Reference in a new issue