mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-11 22:02:31 +01:00
'main': Highlight escaped reserved words properly. Fixes #701.
This commit is contained in:
parent
f284041305
commit
39977391de
2 changed files with 9 additions and 4 deletions
|
|
@ -31,5 +31,7 @@
|
|||
BUFFER=$'\\local a=( * )'
|
||||
|
||||
expected_region_highlight=(
|
||||
'1 6 builtin "issue #701"' # \\local
|
||||
'1 6 builtin' # \\local
|
||||
'8 14 default' # a=( * )
|
||||
'12 12 globbing' # *
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue