Add codemirror files to SCM

This commit is contained in:
Joshua Bell
2012-06-05 12:02:39 -04:00
parent a49ed766c9
commit a2b686ba60
78 changed files with 11243 additions and 0 deletions

3
cm2/mode/diff/diff.css Normal file
View File

@@ -0,0 +1,3 @@
.cm-s-default span.cm-rangeinfo {color: #a0b;}
.cm-s-default span.cm-minus {color: #a22;}
.cm-s-default span.cm-plus {color: #2b2;}