ThirtyDegreesRay / OpenHub

An open source GitHub Android client app, faster and concise.
https://thirtydegreesray.github.io/OpenHub/
GNU General Public License v3.0
4.24k stars 413 forks source link

Syntax highlighting not working with Forth #374

Open phillipeaton opened 3 years ago

phillipeaton commented 3 years ago

Hello,

Most of my code is in Forth and 6809 assembler.

Syntax highlighting often fails for Forth files, for example, because " or ' are often used in word names (i.e. function names).

Would it be possible to turn off syntax highlighting completely, or perhaps for individual file types?

Thanks for creating OpenHub, it's a great product!