main: Highlight the value of an assignment

This commit is contained in:
Matthew Martin
2018-03-21 19:59:53 -05:00
parent c06e5e95dc
commit 932eb380e2
8 changed files with 14 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ BUFFER='A=1; echo hello world'
expected_region_highlight=(
"1 3 assign" # A=1
"3 3 default" # 1
"4 4 commandseparator" # ;
"6 9 builtin" # echo
"11 15 default" # hello