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

@@ -35,4 +35,5 @@ expected_region_highlight=(
"10 14 default" # world
"15 15 assign" # )
"17 20 assign" # b=42
"19 20 default" # 42
)