'main': Following up to the last commit, also highlight braced parameter expansions: «${foo}».
This commit is contained in:
committed by
Matthew Martin
parent
bf055f7df2
commit
dbdebfaaa5
@@ -36,5 +36,5 @@ BUFFER='$PWD; ${PWD}'
|
||||
expected_region_highlight=(
|
||||
"1 4 path" # $PWD
|
||||
"5 5 commandseparator" # ;
|
||||
"7 12 unknown-token" # ${PWD}
|
||||
"7 12 path" # ${PWD}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user