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
Code line indicator depends on the number of instructions, and empty lines are ignored.
So, when there are empty lines, it will be shifted up by the number of empty lines above it.
This needs to be fixed, maybe changing empty lines to 'nop' or something more elegant.
The text was updated successfully, but these errors were encountered:
31cb05b
This still seems to be a bit wrong. Specially when there are some comments and the code is just finishing
Sorry, something went wrong.
No branches or pull requests
Code line indicator depends on the number of instructions, and empty lines are ignored.
So, when there are empty lines, it will be shifted up by the number of empty lines above it.
This needs to be fixed, maybe changing empty lines to 'nop' or something more elegant.
The text was updated successfully, but these errors were encountered: