When adding a comment after some code, the full line appears in gray as if all the line was a comment. Gray style should remain instead only for the comment, while the code on the left side remain highlighted as code.
Which backend were you using?
Python3 (Sorry, I thought it could be sth general)
Git commit c26b559c33ed99e311059d525f987b61a8d5a237 by Nikita Sirgienko. Committed on 26/06/2019 at 19:21. Pushed by sirgienko into branch 'Applications/19.04'. [Python] Fix highlighting bug FIXED-IN: 19.04.3 M +1 -1 src/backends/python/pythonhighlighter.cpp https://commits.kde.org/cantor/c26b559c33ed99e311059d525f987b61a8d5a237
(In reply to Nikita Sirgienko from comment #3) > Git commit c26b559c33ed99e311059d525f987b61a8d5a237 by Nikita Sirgienko. > Committed on 26/06/2019 at 19:21. > Pushed by sirgienko into branch 'Applications/19.04'. > > [Python] Fix highlighting bug > FIXED-IN: 19.04.3 > > M +1 -1 src/backends/python/pythonhighlighter.cpp > > https://commits.kde.org/cantor/c26b559c33ed99e311059d525f987b61a8d5a237 Thanks!