We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, only line comment is highlighted. We want to support highlighting comment blocks.
The text was updated successfully, but these errors were encountered:
On it my dude! 💪
I will try 🤣
Nevermind, It's complicated to me right now. Sorry. 🤦♂️
Sorry, something went wrong.
Thanks! 😄 I assigned you this issue.
We have to custormize syntax.py.
syntax.py
This page may help you. https://doc.qt.io/qt-5/qtwidgets-richtext-syntaxhighlighter-example.html Descriotion about multiline comment exists.
Note:
/* comment */ int a = 0; // this line is not comment block. /* other comment */
In this case, int a = 0 should not be highlighted.
int a = 0
Please feel free to ask any questions!
Okay, I will give a try xD Wish me luck
KristoferSoler
No branches or pull requests
Currently, only line comment is highlighted.
We want to support highlighting comment blocks.
The text was updated successfully, but these errors were encountered: