syntax highlight in wxstc

hi,
i'm using the CCP lexter to use the syntax hilighting and folder feature for my .as files..
but is it possible to have more than 2 keywords list to be hilighted?

Alessandro Crugnola [aka] sephiroth
Flash | PHP Developer
http://www.sephiroth.it

Team Macromedia Volunteer for Flash
http://www.macromedia.com/go/team

Alessandro Crugnola *sephiroth* wrote:

hi,
i'm using the CCP lexter to use the syntax hilighting and folder feature for my .as files..
but is it possible to have more than 2 keywords list to be hilighted?

A quick look at the code reveals that the lexer is using 4 keyword lists, but the second two are being used for other things. If I am reading things right, they corespond to the wxSTC_C_COMMENTDOCKEYWORD and wxSTC_C_GLOBALCLASS styles.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!