Android IDE (AIDE) Support Forum

Syntax highlighting

I planned making Code Editor with syntax highlighting .
Which library (for syntax highlighting ) would you recommend to me

You can download an app which is called Java Library, there is text highlighting regarding custom syntax highlighting. You can do it in multiple ways, such as html or regex.
For me, I implemented it with ColorScheme, and did like
regex1 = \\b(protected|public|private|Override)\\b