We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MCVE:
main: li ,$v0, 0 jr ,$ra
Hit save
Remove comma after li
li
Hit save -- both li and jr parsing errors will still be highlighted.
jr
Modify the file in any way (eg. hit space bar somewhere randomly)
li parsing error will disappear (as it should have earlier).
The text was updated successfully, but these errors were encountered:
SpanishPear
No branches or pull requests
MCVE:
Hit save
Remove comma after
li
Hit save -- both
li
andjr
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).The text was updated successfully, but these errors were encountered: