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 HERE //*/
The highlighting recognizes that this is a block comment and highlights the whole chunk.
However, if we add / at the start
//* CODE HERE //*/
CODE HERE is still highlighted even thought it should not be as it is only 2 lines comments at the start and at the end
The text was updated successfully, but these errors were encountered:
Thank you for report. I'll try to fix this as soon as possible.
Sorry, something went wrong.
@ash12345678987654321 You can find reports about this issue status here : https://github.com/ouuan/QCodeEditor/issues/2
No branches or pull requests
The highlighting recognizes that this is a block comment and highlights the whole chunk.
However, if we add / at the start
CODE HERE is still highlighted even thought it should not be as it is only 2 lines comments at the start and at the end
The text was updated successfully, but these errors were encountered: