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,11 +31,11 @@
|
|||
BUFFER='f() pwd; f() { balanced braces }'
|
||||
|
||||
expected_region_highlight=(
|
||||
'1 1 TBD "issue #223"' # f
|
||||
'1 1 function-definition' # f
|
||||
'2 3 reserved-word' # ()
|
||||
'5 7 builtin' # pwd
|
||||
'8 8 commandseparator' # ;
|
||||
'10 10 TBD "issue #223"' # f
|
||||
'10 10 function-definition' # f
|
||||
'11 12 reserved-word' # ()
|
||||
'14 14 reserved-word' # {
|
||||
'16 23 unknown-token' # balanced
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue