source: branches/2.2/plugins/LocalFilesEditor/codemirror/mode/javascript/javascript.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: 192 bytes
Line 
1span.js-keyword {color: #90b;}
2span.js-atom {color: #291;}
3span.js-variabledef {color: #00f;}
4span.js-localvariable {color: #049;}
5span.js-comment {color: #a70;}
6span.js-string {color: #a22;}
Note: See TracBrowser for help on using the repository browser.