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
/*
1
/*
2
* last update: 2006-08-24
2
* last update: 2006-08-24
3
*/
3
*/
4
 
4
 
5
editAreaLoader.load_syntax["html"] = {
5
editAreaLoader.load_syntax["html"] = {
-
 
6
        'DISPLAY_NAME' : 'HTML'
6
        'COMMENT_SINGLE' : {}
7
        ,'COMMENT_SINGLE' : {}
7
        ,'COMMENT_MULTI' : {'<!--' : '-->'}
8
        ,'COMMENT_MULTI' : {'<!--' : '-->'}
8
        ,'QUOTEMARKS' : {1: "'", 2: '"'}
9
        ,'QUOTEMARKS' : {1: "'", 2: '"'}
9
        ,'KEYWORD_CASE_SENSITIVE' : false
10
        ,'KEYWORD_CASE_SENSITIVE' : false
10
        ,'KEYWORDS' : {
11
        ,'KEYWORDS' : {
11
        }
12
        }
Line 43... Line 44...
43
                ,'REGEXPS' : {
44
                ,'REGEXPS' : {
44
                        'attributes': 'color: #B1AC41;'
45
                        'attributes': 'color: #B1AC41;'
45
                        ,'tags': 'color: #E62253;'
46
                        ,'tags': 'color: #E62253;'
46
                        ,'doctype': 'color: #8DCFB5;'
47
                        ,'doctype': 'color: #8DCFB5;'
47
                        ,'test': 'color: #00FF00;'
48
                        ,'test': 'color: #00FF00;'
48
                }      
49
                }
49
        }              
50
        }
50
};
51
};