Daniel Goupil wrote:
The only thing I need is the same thing as the cpp properties file but variable that begins with $ ... my c++ skill is not good enough to compile my own.... anyone want to modify the c++ lexer to make a melscript (.mel) .... the only difference is the $ for the variable ?
In this case, a simple workaround is to set the style.cpp.0 (Whitespace and unknown chars, including $) to the same style as style.cpp.11 (Identifiers).
And add this line: word.characters.*.mel=$(word.chars.cxx)$ -- Philippe Lhoste -- (near) Paris -- France -- http://Phi.Lho.free.fr -- -- -- -- -- -- -- -- -- -- -- -- -- -- _______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
