-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
highlight reserved words #1885
highlight reserved words #1885
Conversation
Pull Request Test Coverage Report for Build 71ca9bcd-3f84-4f8d-9f45-1b56219582a1
💛 - Coveralls |
@ayrat555 could you add a CHANGELOG entry? |
@vbaranov done |
# red | ||
"\e[94m" => "136, 0, 0" | ||
"\e[94m" => "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do I understand correctly that you almost completely disregard styles from decompiler now, except for gray color?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is gray anyway?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comments
fixes #1820