> I understand a single lexer such as C can also handle languages like C+
> + and java. Is it possible for the colorize code to get the "language
> name" for the data the lexer is currently processing?
There is no 'language name' in Scintilla. A container may implement
a language concept through setting lexer, keywords, and properties in
Scintilla.
Neil