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
3.0.0 has introduced the following regression in highlighting:
The comma after True removes its highlighting. This might be related to #121 which is also caused by commas.
True
The text was updated successfully, but these errors were encountered:
This isn't limited to commas:
Here A1 is not highlighted because of the comma, and B1 because of the parenthesis. Same issue also happens with lists:
A1
B1
Sorry, something went wrong.
8424407
Unfortunately the fix seems to have broken qualified names:
before:
after:
edit: and it also broke promotion ticks:
All these regressions have now been taken care of, and are covered by the tests to ensure no further regressions are possible.
No branches or pull requests
3.0.0 has introduced the following regression in highlighting:
The comma after
True
removes its highlighting. This might be related to #121 which is also caused by commas.The text was updated successfully, but these errors were encountered: