martinrotter/textosaurus

Syntax highlighting

Opened this issue ยท 4 comments

It seems that syntax highlighting is not supported.

If I open a file sunday.cpp, its just black and white.

Hello, Textosaurus surely supports syntax highlighting for C++.

image

Make sure that you have some "editor color scheme activated".

image

Default "Textosaurus" color scheme disables almost all syntax highlighting substyles for good-by-default performance. You have to activate different color scheme, or customize it according to your needs.

Let me know if this helped you.

Yes that fixes it, thank you. I think "Textosaurus (built-in theme)" should not be default, as it gives impression that syntax highlighting is not available. If user desire performance then they can choose Textosaurus theme. Thanks again

I changed default theme to Solarized Dark.

thank you @martinrotter !