Update CodeMirror to 5.19.0 and rename jade to pug
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
startState: function(){
|
||||
return {
|
||||
next: 'start',
|
||||
lastToken: null
|
||||
lastToken: {style: null, indent: 0, content: ""}
|
||||
};
|
||||
},
|
||||
token: function(stream, state){
|
||||
|
||||
Reference in New Issue
Block a user