more keywords as 8 for a language style
- 
In a test.xml I have defined a 9. keyword-style but the exported language don’t use this colour-definition. With the GUI of notepad++ I can’t define a 9. keyword.
I would like define 15 different colours for 15 prefix-keywords from “&0” to “&15”.
Have anywhere a solution or idea?
 - 
 - 
Lexer? What do you mean? :)
 - 
A lexer is the part of the code which is responsible for the coloring and folding of the source code you edit.
See here for examples.Cheers
Claudia - 
Okay, thank you. This looks complicated, but it is a idea.
 - 
and to be honest, it is only half the truth as you need to wrap this all in a plugin.
But may I ask you why there is a need to have more than 8 different keyword group styles?
Does this really makes sense?Cheers
Claudia