mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
main: Highlight the value of an assignment
This commit is contained in:
parent
c06e5e95dc
commit
932eb380e2
8 changed files with 14 additions and 0 deletions
|
|
@ -32,5 +32,6 @@ BUFFER='(A=1)'
|
|||
expected_region_highlight=(
|
||||
"1 1 reserved-word" # (
|
||||
"2 4 assign" # A=1
|
||||
"4 4 default" # 1
|
||||
"5 5 reserved-word" # )
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue