// C/C++ for microcontrollers PIC and FreeScale. highlighter version 0.03, august 28 2009 Language: C/C++ for Microcontrollers Filter: C/C++ (*.c,*.cpp,*.h,*.inc)|*.c;*.cpp;*.h;*.inc HelpFile: CaseSensitive: 1 LineComment: // BlockCommentBeg: /* BlockCommentEnd: */ IdentifierBegChars: a..z A..Z _%@. IdentifierChars: a..z A..Z _ 0..9 ? NumConstBegChars: 0..9 0x 0b // Decimal, Hexadecimal, Binary NumConstChars: 0..9 abcdefABCDEF. // Decimal, Hexadecimal EscapeChar: \ // Preprocessor (Directivas de preprocesamiento de código de texto) KeyWords1: include pragma define undef endif ifdef ifndef if!defined ifdefined elif line error warning abort __DATE__ __LINE__ __LINE__ __STDC__ __TIME__ // Data Types (Tipo de datos) KeyWords2: void char int float double long short int8_t uint8_t int16_t uint16_t int32_t uint32_t sbit bit // Programming Structures (Estructuras de programación) KeyWords3: enum if else do while for switch case default struct union // Others keywords KeyWords4: return break continue goto sizeof restrict NULL // Modifiers (Modificadores) KeyWords5: unsigned signed const auto volatile static register extern near far typedef StringBegChar: " StringEndChar: " MultilineStrings: 1 UsePreprocessor: 0 CurrLineHighlighted: 1 Keyword1Col: clMaroon clWindow B Keyword2Col: clBlue clWindow B Keyword3Col: clRed clWindow B Keyword4Col: clBlue clWindow Keyword5Col: clBlue clWindow I PreprocessorCol: clMaroon clWindow IdentifierCol: clBlack clWindow CommentCol: clGreen clWindow NumberCol: clNavy clWindow StringCol: clPurple clWindow B SymbolCol: clTeal clWindow B SelectionCol: clBlack $C5C5C5 CurrentLineCol: clBlack $E4E4E4 U SpaceCol: $E4E4E4 clWindow OverrideTxtFgColor: 0 BlockAutoindent: 1 BlockBegStr: { BlockEndStr: } MatchedBracesCol: clAqua clWindow BU