You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to show json strings, and xml in the future, I found CodeEditor is a good choice, but currently there are only 4 types of language definitions: sql / c / cpp / lua.
Is it possible to support them ? Or maybe allow user provide some custom syntax regex, so it can fit any kind of text ?
The text was updated successfully, but these errors were encountered:
well, I've checked out source code of ColorTextEdit and there is no possibility to add custom syntax highlighting so I think this should be added there first. Let me close this for now.
I need to show json strings, and xml in the future, I found CodeEditor is a good choice, but currently there are only 4 types of language definitions: sql / c / cpp / lua.
Is it possible to support them ? Or maybe allow user provide some custom syntax regex, so it can fit any kind of text ?
The text was updated successfully, but these errors were encountered: