fix qqstring rule in lean-mode

This commit is contained in:
Soonho Kong 2015-02-24 14:10:41 -05:00
commit 49ff504639

View file

@ -106,9 +106,7 @@ var leanHighlightRules = function() {
stateName: "qqstring",
token : "string.start", regex : '"', next : [
{token : "string.end", regex : '"', next : "start"},
{token : "string", regex : "\\\\$", next : "qqstring"},
{token : "string", regex : "\\n$", next : "qqstring"},
{token : "constant.language.escape", regex : /\\./},
{token : "constant.language.escape", regex : /\\[n"\\]/},
{defaultToken: "string"}
]
}, {