trying to fix regex for invalid escape chars

This commit is contained in:
Builder's Brewery 2014-02-20 08:47:18 +01:00
commit 2be1a5a3d3

View file

@ -123,7 +123,7 @@ function LSLHighlightRules() {
},
{
token : "invalid.illegal.constant.character.escape.lsl",
regex : /\\./
regex : /\\\./
},
{
token : "string.quoted.double.lsl",