Would it be an easy enough request to add more keyword styles to the STC Python Lexer…?
Or would this be a scintilla request…
Basically support for up to eight keyword styles, similar to some of the other built-in lexers.
STC_P_WORD - STC_P_WORD8
instead of just the current 2.
STC_P_WORD and STC_P_WORD2
Looking for a easy way to build a wxPython lexer with more colors for various parts of the library and doing so with just two color styles is not enough.
The STC_TCL and STC_LUA lexers have support for 8 keyword styles.
Why no love for python…