-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Syntax highlighting failure #217
Comments
Hmm unfortunately there is nothing I can do about this without making a lot of changes to the syntax highlighting engine. I do plan on making the changes, but I can't do it right now. The issue is caused by micro only checking a subset of the buffer for syntax highlighting (for speed purposes), but since Python uses |
Understood. Hopefully you will be able to fix that in the future by some clever optimization. Unfortunately I know nothing about Go, so I cannot help. Keep up great work, you have saved me from Nano and Vim suffering! |
That seems like syntax highlighting is simply not working in Terminator. This is probably because your |
Thank you! it helped me |
After |
Fixed in #593. |
Hi. First, thank you for the neat editor!
I have found an issue with syntax highlighter, when sometimes it sets the whole view to "comment" under some circumstances.
To reproduce:
The file to open:
https://github.com/skontar/update-checker/blob/a810f6b71449dbbc03d033fc598f48151892a799/update_checker.py
The terminal size:
80x24 (xfce4-terminal)
Scroll so these lines are the only visible:
83-104
See the screenshot for details.
The text was updated successfully, but these errors were encountered: