QCodeEditor
QCodeEditor copied to clipboard
Wrong comment highlighting
/*
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
Thank you for report. I'll try to fix this as soon as possible.
@ash12345678987654321 You can find reports about this issue status here : https://github.com/ouuan/QCodeEditor/issues/2