working on invalid escape chars

This commit is contained in:
Builder's Brewery 2014-02-20 08:56:39 +01:00
commit 32191f128b

View file

@ -116,15 +116,15 @@ function LSLHighlightRules() {
token : "constant.character.escape.lsl",
regex : /\\[tn"\\]/
},
{
token : "invalid.illegal.constant.character.escape.lsl",
regex : "\\."
},
{
token : "string.quoted.double.end.lsl",
regex : /"/,
next : "start"
},
{
token : "invalid.illegal.constant.character.escape.lsl",
regex : /\\\./
},
{
token : "string.quoted.double.lsl",
regex : ".+"