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["css"] = { |
1 | editAreaLoader.load_syntax["css"] = { |
- | 2 | 'DISPLAY_NAME' : 'CSS' |
|
2 | 'COMMENT_SINGLE' : {1 : '@'} |
3 | ,'COMMENT_SINGLE' : {1 : '@'} |
3 | ,'COMMENT_MULTI' : {'/*' : '*/'} |
4 | ,'COMMENT_MULTI' : {'/*' : '*/'} |
4 | ,'QUOTEMARKS' : ['"', "'"] |
5 | ,'QUOTEMARKS' : ['"', "'"] |
5 | ,'KEYWORD_CASE_SENSITIVE' : false |
6 | ,'KEYWORD_CASE_SENSITIVE' : false |
6 | ,'KEYWORDS' : { |
7 | ,'KEYWORDS' : { |
7 | 'attributes' : [ |
8 | 'attributes' : [ |
Line 34... | Line 35... | ||
34 | 'width', 'word-spacing', 'z-index', 'bottom', 'left' |
35 | 'width', 'word-spacing', 'z-index', 'bottom', 'left' |
35 | ] |
36 | ] |
36 | ,'values' : [ |
37 | ,'values' : [ |
37 | 'above', 'absolute', 'always', 'armenian', 'aural', 'auto', 'avoid', |
38 | 'above', 'absolute', 'always', 'armenian', 'aural', 'auto', 'avoid', |
38 | 'baseline', 'behind', 'below', 'bidi-override', 'black', 'blue', 'blink', 'block', 'bold', 'bolder', 'both', |
39 | 'baseline', 'behind', 'below', 'bidi-override', 'black', 'blue', 'blink', 'block', 'bold', 'bolder', 'both', |
39 | 'capitalize', 'center-left', 'center-right', 'center', 'circle', 'cjk-ideographic', |
40 | 'capitalize', 'center-left', 'center-right', 'center', 'circle', 'cjk-ideographic', |
40 | 'close-quote', 'collapse', 'condensed', 'continuous', 'crop', 'crosshair', 'cross', 'cursive', |
41 | 'close-quote', 'collapse', 'condensed', 'continuous', 'crop', 'crosshair', 'cross', 'cursive', |
41 | 'dashed', 'decimal-leading-zero', 'decimal', 'default', 'digits', 'disc', 'dotted', 'double', |
42 | 'dashed', 'decimal-leading-zero', 'decimal', 'default', 'digits', 'disc', 'dotted', 'double', |
42 | 'e-resize', 'embed', 'extra-condensed', 'extra-expanded', 'expanded', |
43 | 'e-resize', 'embed', 'extra-condensed', 'extra-expanded', 'expanded', |
43 | 'fantasy', 'far-left', 'far-right', 'faster', 'fast', 'fixed', 'fuchsia', |
44 | 'fantasy', 'far-left', 'far-right', 'faster', 'fast', 'fixed', 'fuchsia', |
44 | 'georgian', 'gray', 'green', 'groove', 'hebrew', 'help', 'hidden', 'hide', 'higher', |
45 | 'georgian', 'gray', 'green', 'groove', 'hebrew', 'help', 'hidden', 'hide', 'higher', |
Line 77... | Line 78... | ||
77 | ,'values' : 'color: #2B60FF;' |
78 | ,'values' : 'color: #2B60FF;' |
78 | ,'specials' : 'color: #FF0000;' |
79 | ,'specials' : 'color: #FF0000;' |
79 | } |
80 | } |
80 | ,'OPERATORS' : 'color: #FF00FF;' |
81 | ,'OPERATORS' : 'color: #FF00FF;' |
81 | ,'DELIMITERS' : 'color: #60CA00;' |
82 | ,'DELIMITERS' : 'color: #60CA00;' |
82 | 83 | ||
83 | } |
84 | } |
84 | }; |
85 | }; |