Skip to content
Snippets Groups Projects
Commit 6b307573 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

[livescript mode] Fix bug with use of last token

Closes #4140
parent 4fda0e22
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@
startState: function(){
return {
next: 'start',
lastToken: null
lastToken: {style: null, indent: 0, content: ""}
};
},
token: function(stream, state){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment