Subversion Repositories wimsdev

Rev

Rev 4870 | Rev 4873 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4870 Rev 4872
Line 113... Line 113...
113
        ,'DELIMITERS' :[
113
        ,'DELIMITERS' :[
114
                '(', ')', '[', ']','{','}','\(', '\)'
114
                '(', ')', '[', ']','{','}','\(', '\)'
115
        ]
115
        ]
116
        ,
116
        ,
117
        'STYLES' : {
117
        'STYLES' : {
118
                'COMMENTS': 'color: #AAAAAA;'
118
                'COMMENTS': 'color: #0000CD;'
119
                ,'QUOTESMARKS': 'color: #6381F8;'
119
                ,'QUOTESMARKS': 'color: #6381F8;'
120
                ,'KEYWORDS' : {
120
                ,'KEYWORDS' : {
121
                        'gpstatement' : 'color: #3399FF;'
121
                        'gpstatement' : 'color: #e52d2d;'
122
                        ,'gpconditional' : 'color: #FF00FF;'
122
                        ,'gpconditional' : 'color: #FF00FF;'
123
                        ,'gprepeat' : 'color: yellow;'
123
                        ,'gprepeat' : 'color: #CD00CD;'
124
                        ,'gpscope' : 'color: yellow;'
124
                        ,'gpscope' : 'color: #00CD00;'
125
                        ,'gpdefaults' : 'color: yellow;'
125
                        ,'gpdefaults' : 'color: #00CD00;'
126
                        ,'gpinterface' : 'color: yellow;'
126
                        ,'gpinterface' : 'color: #00CD00;'
127
                        ,'gpinput' : 'color: yellow;'
127
                        ,'gpinput' : 'color: #00CD00;'
128
                        ,'gpfunction' : 'color: #FF3A6E;'
128
                        ,'gpfunction' : 'color: #FF3A6E;'
129
                        }
129
                        }
130
                ,'OPERATORS' : 'color: green;'
130
                ,'OPERATORS' : 'color: #CD00CD;'
131
                ,'DELIMITERS' : 'color: #60CA00;'
131
                ,'DELIMITERS' : 'color: #60CA00;'
132
                }
132
                }
133
};
133
};