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

Incorrect highlighting of comments #2

Open
coder3101 opened this issue Feb 5, 2020 · 0 comments
Open

Incorrect highlighting of comments #2

coder3101 opened this issue Feb 5, 2020 · 0 comments

Comments

@coder3101
Copy link
Member

/*
CODE HERE
//*/

The highlighting recognizes that this is a block comment and highlights the whole chunk, that is correct.
However, if we add / at the start

//*
CODE HERE
//*/

CODE HERE is still highlighted as comment even thought it should not be as it is only 2 lines comments at the start and at the end

Originally Asked here Megaxela#25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant