-
Notifications
You must be signed in to change notification settings - Fork 6
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
Change color of commented code with #_
#47
Comments
I'm aware of this bug but could not find a way to fix it yet, we should change IntelliJ lexer used in our library to achieve that |
Feel free to wander around the wreckage of https://github.com/projectileboy/clo-jet/tree/master/src/com/bitbakery/clojet/lexer; not sure if there is anything useful in there or not, but the lexer and parser were pretty solid iirc. |
That should help @nukurt! will take a look |
Unfortunately, I think that lexer doesn't support form comments as well :/ |
@mtsbarbosa I managed to partially fix it supporting one level of form comment which should attend most of the cases, feel free to create a new issue for the remaining feature |
Thanks, @ericdallo! I've created #58 to request support for changing to grey single forms that are more than one string. |
Is your feature request related to a problem? Please describe.
When adding
#_
before a code to comment it, the color does not changeDescribe the solution you'd like
To have the same gray coloring of the
;
commented linesDescribe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: