mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
'main': Following up to the last commit, also highlight braced parameter expansions: «${foo}».
This commit is contained in:
parent
40dcbfbcf6
commit
9c8b95171c
2 changed files with 8 additions and 2 deletions
|
|
@ -35,5 +35,5 @@ BUFFER='$PWD; ${PWD}'
|
|||
|
||||
expected_region_highlight=(
|
||||
"1 4 path" # $PWD
|
||||
"7 12 unknown-token" # ${PWD}
|
||||
"7 12 path" # ${PWD}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue