update codemirror to 5.39.2

This commit is contained in:
azivner
2018-08-15 11:25:30 +02:00
parent 510704a074
commit 3204291463
35 changed files with 1001 additions and 265 deletions

View File

@@ -108,7 +108,8 @@ CodeMirror.defineMode("yaml", function() {
literal: false,
escaped: false
};
}
},
lineComment: "#"
};
});