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: |
118 | 'COMMENTS': 'color: #0000CD;' |
119 | ,'QUOTESMARKS': 'color: #6381F8;' |
119 | ,'QUOTESMARKS': 'color: #6381F8;' |
120 | ,'KEYWORDS' : { |
120 | ,'KEYWORDS' : { |
121 | 'gpstatement' : 'color: |
121 | 'gpstatement' : 'color: #e52d2d;' |
122 | ,'gpconditional' : 'color: #FF00FF;' |
122 | ,'gpconditional' : 'color: #FF00FF;' |
123 | ,'gprepeat' : 'color: |
123 | ,'gprepeat' : 'color: #CD00CD;' |
124 | ,'gpscope' : 'color: |
124 | ,'gpscope' : 'color: #00CD00;' |
125 | ,'gpdefaults' : 'color: |
125 | ,'gpdefaults' : 'color: #00CD00;' |
126 | ,'gpinterface' : 'color: |
126 | ,'gpinterface' : 'color: #00CD00;' |
127 | ,'gpinput' : 'color: |
127 | ,'gpinput' : 'color: #00CD00;' |
128 | ,'gpfunction' : 'color: #FF3A6E;' |
128 | ,'gpfunction' : 'color: #FF3A6E;' |
129 | } |
129 | } |
130 | ,'OPERATORS' : 'color: |
130 | ,'OPERATORS' : 'color: #CD00CD;' |
131 | ,'DELIMITERS' : 'color: #60CA00;' |
131 | ,'DELIMITERS' : 'color: #60CA00;' |
132 | } |
132 | } |
133 | }; |
133 | }; |