mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-04-17 11:35:32 +08:00
fixup! 'main': Fix highlighting of «<->»-style numeric globs.
This commit is contained in:
parent
35270f7c97
commit
a8df386588
@ -28,10 +28,10 @@
|
||||
# vim: ft=zsh sw=2 ts=2 et
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
|
||||
BUFFER=$'print <-> 0<->'
|
||||
BUFFER=$'print <-> x<->'
|
||||
|
||||
expected_region_highlight=(
|
||||
'1 5 builtin' # print
|
||||
'7 9 globbing' # <->
|
||||
'11 14 globbing' # 0<->
|
||||
'11 14 globbing' # x<->
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user