From: boca4711 <boc...@us...> - 2004-11-27 15:16:50
|
Update of /cvsroot/anyedit/AnyEditv2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19696 Modified Files: SyntaxFile.cpp Log Message: Added new lexer definitions from scintilla 1.62 Index: SyntaxFile.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/SyntaxFile.cpp,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** SyntaxFile.cpp 27 Sep 2004 12:34:00 -0000 1.23 --- SyntaxFile.cpp 27 Nov 2004 15:16:40 -0000 1.24 *************** *** 293,296 **** --- 293,298 ---- if( name == "SCLEX_APDL" ) return SCLEX_APDL; if( name == "SCLEX_BASH" ) return SCLEX_BASH; + if( name == "SCLEX_ASN1" ) return SCLEX_ASN1; + if( name == "SCLEX_VHDL" ) return SCLEX_VHDL; for( i = 0; i < name.GetLength(); ++ i ) |