mipsy
mipsy copied to clipboard
Parsing errors stay until file update after fix
MCVE:
main:
li ,$v0, 0
jr ,$ra
Hit save
Remove comma after li
Hit save -- both li
and jr
parsing errors will still be highlighted.
Modify the file in any way (eg. hit space bar somewhere randomly)
li
parsing error will disappear (as it should have earlier).