mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2026-01-22 22:45:36 +01:00
parent
f8b1470314
commit
a238647df9
6 changed files with 121 additions and 27 deletions
|
|
@ -33,5 +33,5 @@ BUFFER=$': $(( 6 * 9 ))'
|
|||
expected_region_highlight=(
|
||||
'1 1 builtin' # :
|
||||
'3 14 default' # $(( 6 * 9 ))
|
||||
'3 14 arithmetic-expansion' # $(( 6 * 9 ))
|
||||
)
|
||||
expected_mismatch="currently the actual highlighting has one superfluous group that highlights the asterisk is highlighted as 'globbing'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue