1 editAreaLoader.load_syntax["cpp"] = {
\r
2 'COMMENT_SINGLE' : {1 : '//'}
\r
3 ,'COMMENT_MULTI' : {'/*' : '*/'}
\r
4 ,'QUOTEMARKS' : {1: "'", 2: '"'}
\r
5 ,'KEYWORD_CASE_SENSITIVE' : true
\r
8 'NULL', 'false', 'std', 'stdin', 'stdout', 'stderr',
\r
12 'FILE', 'auto', 'char', 'class', 'const', 'double',
\r
13 'extern', 'float', 'friend', 'inline', 'int',
\r
14 'iterator', 'long', 'map', 'operator', 'queue',
\r
15 'register', 'short', 'signed', 'size_t', 'stack',
\r
16 'static', 'string', 'struct', 'time_t', 'typedef',
\r
17 'union', 'unsigned', 'vector', 'void', 'volatile'
\r
20 'catch', 'do', 'else', 'enum', 'for', 'goto', 'if',
\r
21 'sizeof', 'switch', 'this', 'throw', 'try', 'while'
\r
24 'break', 'case', 'continue', 'default', 'delete',
\r
25 'namespace', 'new', 'private', 'protected', 'public',
\r
30 '+', '-', '/', '*', '=', '<', '>', '%', '!', '?', ':', '&'
\r
33 '(', ')', '[', ']', '{', '}'
\r
37 'search' : '()(#[^\r\n]*)()'
\r
38 ,'class' : 'precompiler'
\r
40 ,'execute' : 'before'
\r
42 /* ,'precompilerstring' : {
\r
43 'search' : '(#[\t ]*include[\t ]*)([^\r\n]*)([^\r\n]*[\r\n])'
\r
44 ,'class' : 'precompilerstring'
\r
46 ,'execute' : 'before'
\r
50 'COMMENTS': 'color: #AAAAAA;'
\r
51 ,'QUOTESMARKS': 'color: #6381F8;'
\r
53 'constants' : 'color: #EE0000;'
\r
54 ,'types' : 'color: #0000EE;'
\r
55 ,'statements' : 'color: #60CA00;'
\r
56 ,'keywords' : 'color: #48BDDF;'
\r
58 ,'OPERATORS' : 'color: #FF00FF;'
\r
59 ,'DELIMITERS' : 'color: #0038E1;'
\r
61 'precompiler' : 'color: #009900;'
\r
62 ,'precompilerstring' : 'color: #994400;'
\r