Megaxela / QCodeEditor

Qt Code Editor widget.
MIT License
378 stars 116 forks source link

Wrong comment highlighting #25

Open ash12345678987654321 opened 4 years ago

ash12345678987654321 commented 4 years ago
/*
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 commented 4 years ago

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

coder3101 commented 4 years ago

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