-
Notifications
You must be signed in to change notification settings - Fork 3
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
Make highlighting text in the code block #29
Comments
Syntax highlighting is surely good, but I don't know how to implement this feature yet |
IDEC Mobile uses html tags to highlight quotes and comments. Maybe there are some libraries for that (speaking of a source code) Also we must handle light and dark themes separately |
What about just different(like a comment) color instead of regular text color? |
@sudnitsina that would be easy, but "true way" highlighting requires more colors, just like IDE :) |
Yes, but in current situation it is will better than nothing :)
вт, 11 сент. 2018 г., 19:16 Viktor (vit01) <notifications@github.com>:
… @sudnitsina <https://github.com/sudnitsina> that would be easy, but "true
way" highlighting requires more colors, just like IDE :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADzDhZmZlQTVSPDcgBhGPeXOaV0eTZdUks5uZ-H5gaJpZM4Wi3jp>
.
|
Ok, will try to do something |
Currently IDEC mobile does not highlight the code block and code looks as just regular message text.
It's will be awesome to use a colored font in the code block.
The text was updated successfully, but these errors were encountered: