trying to fix regex for invalid escape chars
This commit is contained in:
parent
102de76b68
commit
2be1a5a3d3
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ function LSLHighlightRules() {
|
|||
},
|
||||
{
|
||||
token : "invalid.illegal.constant.character.escape.lsl",
|
||||
regex : /\\./
|
||||
regex : /\\\./
|
||||
},
|
||||
{
|
||||
token : "string.quoted.double.lsl",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue