source: branches/2.2/plugins/LocalFilesEditor/codemirror/mode/clike/clike.css @ 10310

Last change on this file since 10310 was 10310, checked in by patdenice, 13 years ago

merge r10307 from trunk to branch 2.2
feature:2262
Replace editarea by Codemirror:
http://codemirror.net

File size: 209 bytes
Line 
1span.c-like-keyword {color: #90b;}
2span.c-like-number {color: #291;}
3span.c-like-comment {color: #a70;}
4span.c-like-string {color: #a22;}
5span.c-like-preprocessor {color: #049;}
6span.c-like-var {color: #22b;}
Note: See TracBrowser for help on using the repository browser.