Update dist version to 0.2.

This commit is contained in:
Jürg Lehni 2011-07-13 13:30:22 +01:00
parent 37c1866e5a
commit cb3d59effa
27 changed files with 7341 additions and 1800 deletions

View file

@ -89,22 +89,27 @@ span.CodeMirror-selected {
/* JavaScript */
span.js-comment {
color: #8c868f;
}
span.js-keyword {
span.cm-keyword {
color: #ff7800;
}
span.js-atom {
span.cm-number,
span.cm-atom {
color: #3b5bb5;
}
span.js-string {
span.cm-string {
color: #409b1c;
}
span.js-variable {
color: #000000;
span.cm-comment {
color: #8c868f;
}
span.js-variabledef,
span.js-localvariable {
span.cm-property {
color: #000;
}
span.cm-variable {
color: #000;
}
span.cm-def,
span.cm-variable-2,
span.cm-variable-3 {
color: #3a4a64;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long