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
plugin version: 0.124-2023.1
The third line should be highlighted as code, not as part of a comment. Looks like the comment recognizer doesn't handle this case.
let _ = '"' in (* '"' *) let _ = '"' in (* '"' *)
The text was updated successfully, but these errors were encountered:
'"' in comments confuses comment recognition (#469)
2b78165
Remove unused var (#469)
b4fd540
86d51de
1c3684c
Fixed in 0.125
Sorry, something went wrong.
Looks good, thanks!
giraud
No branches or pull requests
plugin version: 0.124-2023.1
Description
The third line should be highlighted as code, not as part of a comment. Looks like the comment recognizer doesn't handle this case.
The text was updated successfully, but these errors were encountered: