mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
parent
4a7462f961
commit
64b13f5c5b
21 changed files with 661 additions and 23 deletions
|
|
@ -31,9 +31,9 @@
|
|||
BUFFER='f g h () pwd'
|
||||
|
||||
expected_region_highlight=(
|
||||
'1 1 TBD "issue #223"' # f
|
||||
'3 3 TBD "issue #223"' # g
|
||||
'5 5 TBD "issue #223"' # h
|
||||
'1 1 function-definition' # f
|
||||
'3 3 function-definition' # g
|
||||
'5 5 function-definition' # h
|
||||
'7 8 reserved-word' # ()
|
||||
'10 12 builtin' # pwd
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue