Language: Code V macro language Filter: CODEV (*.seq)|*.seq HelpFile: CVhelp.txt CaseSensitive: 0 ////////////////////////////////////////////////////////////////////////////// // numeric constants begin characters NumConstBegChars: ^ NumConstChars: a..z A..Z 0..9 ////////////////////////////////////////////////////////////////////////////// // comment type: LineComment - comment to the end of line LineComment: ! BlockCommentBeg: BlockCommentEnd: ////////////////////////////////////////////////////////////////////////////// // identifier characters IdentifierBegChars: a..z A..Z 0..9 IdentifierChars: a..z A..Z 0..9 ////////////////////////////////////////////////////////////////////////////// // escape character EscapeChar: ////////////////////////////////////////////////////////////////////////////// // keyword table KeyWords1: all BUF COP DEL emp FND GBL lst MOV mxj NUM OUT ver wri BUF.I BUF.J BUF.FND BUF.LST BUF.MXJ B I J n q y KeyWords2: 1 2 3 4 5 6 7 8 9 0 KeyWords3: AND END ELS IF GOT LBL WHI FFO F GO IFO MTF NFO S ZDE StringBegChar: " StringEndChar: " MultilineStrings: 0 UsePreprocessor: 0 CurrLineHighlighted: 0 ////////////////////////////////////////////////////////////////////////////// // colors // note: first value is foreground, second is background color // and third (optional) represents font attribute: // B - bold // I - italic // U - underline // S - strike out // attributes can be combined: eg. B or BI // as value, it could be used any standard windows color: // clBlack, clMaroon, clGreen, clOlive, clNavy, // clPurple, clTeal, clGray, clSilver, clRed, clLime, // clYellow, clBlue, clFuchsia, clAqua, clLtGray, // clDkGray, clWhite, clScrollBar, clBackground, // clActiveCaption, clInactiveCaption, clMenu, clWindow, // clWindowFrame, clMenuText, clWindowText, clCaptionText, // clActiveBorder, clInactiveBorder, clAppWorkSpace, // clHighlight, clHighlightText, clBtnFace, clBtnShadow, // clGrayText, clBtnText, clInactiveCaptionText, // clBtnHighlight, cl3DDkShadow, cl3DLight, clInfoText, // clInfoBk // as value, it could be used hex numeric constant too: // $BBGGRR - BB: blue, GG: green, RR: red, eg: $FF6A00 SpaceCol: clWindowText clWindow Keyword1Col: clBlack clWindow Keyword2Col: clBlack clWindow Keyword3Col: clBlack clWindow IdentifierCol: clBlack clWindow CommentCol: clGreen clWindow I NumberCol: clBlack clWindow B StringCol: clNavy clWindow SymbolCol: clNone clWindow B PreprocessorCol: clBlue clWindow SelectionCol: clWhite clNavy CurrentLineCol: clBlack clYellow OverrideTxtFgColor: 0 BlockAutoindent: 0 BlockBegStr: BlockEndStr: MatchedBracesCol: clWindowText clWindow Keyword4Col: clWindowText clWindow Keyword5Col: clWindowText clWindow