Subversion Repositories wimsdev

Rev

Rev 4870 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4870 Rev 8475
Line 1... Line 1...
1
editAreaLoader.load_syntax["cpp"] = {
1
editAreaLoader.load_syntax["cpp"] = {
-
 
2
        'DISPLAY_NAME' : 'CPP'
2
        'COMMENT_SINGLE' : {1 : '//'}
3
        ,'COMMENT_SINGLE' : {1 : '//'}
3
        ,'COMMENT_MULTI' : {'/*' : '*/'}
4
        ,'COMMENT_MULTI' : {'/*' : '*/'}
4
        ,'QUOTEMARKS' : {1: "'", 2: '"'}
5
        ,'QUOTEMARKS' : {1: "'", 2: '"'}
5
        ,'KEYWORD_CASE_SENSITIVE' : true
6
        ,'KEYWORD_CASE_SENSITIVE' : true
6
        ,'KEYWORDS' : {
7
        ,'KEYWORDS' : {
7
                'constants' : [
8
                'constants' : [