-
Notifications
You must be signed in to change notification settings - Fork 35
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
Toggle Syntax Highlighting #38
Comments
Hi @amay5267! There is currently no way to select the syntax highlighting or disable it manually, but it gets automatically enabled in these cases:
So, for example, if you open a new editor with Ctrl+N, you can enable syntax highlighting by saving the file with a I don't know if this is enough for what you are trying to do. |
Hi @magiblot |
How to not automatically enable syntax highlighting in newSourceFile.c and newSourceFile.cc files? |
It is not automatically enabled in C# source code e.g. newSourceFile.cs |
Okay, now I understand you. There's currently no way to do this; C# source files do not get syntax highlighting because it is not supported yet. I can implement this. |
Perfect! As a temporary workaround I write C source code but save it with .cs extension. Than I rename the file with Turbo and with .c extension |
I am not sure if you are familiar with Vim. |
Hi @magiblot
How to Toggle Syntax Highlighting?
Personally I would like to be able to toggle syntax highlighting on/off for C/CPP.
The text was updated successfully, but these errors were encountered: