Skip to content
New issue

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

Wrong comment highlighting #25

Open
ash12345678987654321 opened this issue Dec 25, 2019 · 2 comments
Open

Wrong comment highlighting #25

ash12345678987654321 opened this issue Dec 25, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@ash12345678987654321
Copy link

ash12345678987654321 commented Dec 25, 2019

/*
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

@Megaxela Megaxela added the bug Something isn't working label Dec 28, 2019
@Megaxela
Copy link
Owner

Thank you for report. I'll try to fix this as soon as possible.

@coder3101
Copy link
Contributor

@ash12345678987654321 You can find reports about this issue status here : https://github.com/ouuan/QCodeEditor/issues/2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants