/L1"C/C++" C_LANG Line Comment = // Block Comment On = /* Block Comment Off = */ Escape Char = \ String Chars = "' File Extensions = C CPP CC CXX H HPP AWK /Colors = 0,8421376,8421376,8421504,255, /Colors Back = 16777215,16777215,16777215,16777215,16777215, /Colors Auto Back = 1,1,1,1,1, /Font Style = 0,0,0,0,0, /Delimiters = ~!@%^&*()-+=|\/{}[]:;"'<> , .? /Regexp Type = Perl /Function String = "(?(?=[\w\[\]\]+[ \t]+)[\w\[\]]+[ \t]+)(?(?=[\w\[\]\*]+[ \t]+)[\w\[\]\*]+[ \t]+)(?(?=[\w\[\]\*]+[ \t]+)[\w\[\]\*]+[ \t]+)(?(?=[\w\[\]\*]+[ \t]+)[\w\[\]\*]+[ \t]+)(?(?=[\w\*<>]+::)[\w\*<>]+::)([~\w\[\]\*]+)[ \t]*\((?:[\s\*&:<>,\[\]\w/\\]|=(?!=))*\)[ \t\{\*&:,\[\]\w/\\]*$" /Member String = "([\w:\.]+)[ \t\*&]+$S[ \t\[\]\w]*[\(\)\-;,]" /Variable String = "^[ \t]*([!\-ÿ~ \t<>]*[^\r\n]+)$S[ \t;,\(\)\^\-]" /Indent Strings = "{" "if" "else" ":" /Unindent Strings = "}" /Open Brace Strings = "{" "(" "[" /Close Brace Strings = "}" ")" "]" /Open Fold Strings = "{" /Close Fold Strings = "}" /C1"Keywords" STYLE_KEYWORD Colors = 16711680 Colors Back = 16777215 Colors Auto Back = 1 Font Style = 0 #define #elif #else #endif #error #if #ifdef #ifndef #include #include_next #line #pragma #undef __asm __based __cdecl __declspec __except __far __fastcall __finally __fortran __huge __inline __int16 __int32 __int64 __int8 __interrupt __leave __loadds __near __pascal __saveregs __segment __segname __self __stdcall __try __uuidof auto bool break case char const continue default defined do double else enum extern float for goto if int long register return short signed sizeof static struct switch typedef union unsigned void volatile while /C2"C++ Keywords" STYLE_KEYWORD Colors = 255 Colors Back = 16777215 Colors Auto Back = 1 Font Style = 0 __multiple_inheritance __single_inheritance __virtual_inheritance catch class const_cast delete dynamic_cast explicit export false friend inline mutable namespace new operator private protected public reinterpret_cast static_cast template this throw true try typeid typename using virtual wchar_t /C3"Microsoft C extensions" STYLE_EXTENSION Colors = 33023 Colors Back = 16777215 Colors Auto Back = 1 Font Style = 0 dllexport dllimport naked thread uuid /C4"Operators" STYLE_OPERATOR Colors = 32768 Colors Back = 16777215 Colors Auto Back = 1 Font Style = 0 ! % & * + - // / < = > ^ | ~ /L2"Visual Basic" VB_LANG Line Comment = ' File Extensions = BAS FRM CLS VB VBS VBA CTL /Colors = 0,8421376,8421376,8421504,255, /Colors Back = 16777215,16777215,16777215,16777215,16777215, /Colors Auto Back = 1,1,1,1,1, /Font Style = 0,0,0,0,0, /Delimiters = ~!@%^&*()-+=|\/{}[]:;"'<> , .? /Regexp Type = Perl /Function String = "(?:Sub|Function)[ \t]*([\w\d \t]+)\([\w\d \t,]*\)" /Open Brace Strings = "{" "(" "[" "<" /Close Brace Strings = "}" ")" "]" ">" /Indent Strings = "Then" "Select Case" "Do While" "Do Until" "Else" "Do" "