'main': Following up to the last commit, also highlight braced parameter expansions: «${foo}».

This commit is contained in:
Daniel Shahaf
2017-12-25 05:20:40 +00:00
parent 40dcbfbcf6
commit 9c8b95171c
2 changed files with 8 additions and 2 deletions

View File

@@ -35,5 +35,5 @@ BUFFER='$PWD; ${PWD}'
expected_region_highlight=(
"1 4 path" # $PWD
"7 12 unknown-token" # ${PWD}
"7 12 path" # ${PWD}
)