From: Dirk B. <db...@us...> - 2005-05-07 15:53:24
|
Update of /cvsroot/win32forth/win32forth/src/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21049/src/lib Modified Files: ScintillaLexer.f Log Message: Added MACRO: ENDM SUBR: to the Scintilla-Lexer, so that they are displayed as defining words in SciEdit. Index: ScintillaLexer.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/ScintillaLexer.f,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ScintillaLexer.f 21 Dec 2004 00:19:10 -0000 1.1 --- ScintillaLexer.f 7 May 2005 15:53:14 -0000 1.2 *************** *** 64,67 **** --- 64,68 ---- ,{ CATCH THROW ABORT QUIT AS MACRO #DEFINE } ,{ RECORD: ;RECORD ;RECORDSIZE: BYTES BYTE BITS SHORT INT DINT } + ,{ MACRO: ENDM SUBR: } create UserWords2 |