changed regex order
This commit is contained in:
parent
b9d16078f7
commit
102de76b68
1 changed files with 4 additions and 4 deletions
|
|
@ -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 : ".+"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue