main: Highlight the value of an assignment

This commit is contained in:
Matthew Martin
2018-09-30 15:32:19 -04:00
parent c06e5e95dc
commit 932eb380e2
8 changed files with 14 additions and 0 deletions
@@ -31,5 +31,6 @@ BUFFER='a=foo\( :'
expected_region_highlight=(
'1 7 assign' # a=foo\(
'3 7 default' # foo\(
'9 9 builtin' # :
)