fix lsl string - part two

This commit is contained in:
Builder's Brewery 2014-02-18 17:27:05 +01:00
commit b9d16078f7

View file

@ -1,6 +1,6 @@
[[
"comment",
["comment.block.lsl","/*"]
["comment.block.begin.lsl","/*"]
],[
"comment",
["comment.block.lsl"," Testing syntax highlighting"]
@ -12,7 +12,7 @@
["comment.block.lsl"," for the Linden Scripting Language"]
],[
"start",
["comment.block.lsl","*/"]
["comment.block.end.lsl","*/"]
],[
"start"
],[
@ -308,9 +308,9 @@
["constant.language.integer.lsl","PUBLIC_CHANNEL"],
["punctuation.operator.lsl",","],
["text.lsl"," "],
["string.quoted.double.lsl.start","\""],
["string.quoted.double.begin.lsl","\""],
["string.quoted.double.lsl","Hello, Avatar!"],
["string.quoted.double.lsl.end","\""],
["string.quoted.double.end.lsl","\""],
["paren.rparen.lsl",")"],
["punctuation.operator.lsl",";"]
],[
@ -403,9 +403,9 @@
["text.lsl"," "],
["reserved.godmode.lsl","llSetInventoryPermMask"],
["paren.lparen.lsl","("],
["string.quoted.double.lsl.start","\""],
["string.quoted.double.begin.lsl","\""],
["string.quoted.double.lsl","some item"],
["string.quoted.double.lsl.end","\""],
["string.quoted.double.end.lsl","\""],
["punctuation.operator.lsl",","],
["text.lsl"," "],
["constant.language.integer.lsl","MASK_NEXT"],
@ -426,13 +426,13 @@
["constant.language.integer.lsl","PUBLIC_CHANNEL"],
["punctuation.operator.lsl",","],
["text.lsl"," "],
["string.quoted.double.lsl.start","\""],
["string.quoted.double.begin.lsl","\""],
["string.quoted.double.lsl","Leaving "],
["constant.character.escape.lsl","\\\""],
["string.quoted.double.lsl","default"],
["constant.character.escape.lsl","\\\""],
["string.quoted.double.lsl"," now..."],
["string.quoted.double.lsl.end","\""],
["string.quoted.double.end.lsl","\""],
["paren.rparen.lsl",")"],
["punctuation.operator.lsl",";"]
],[
@ -473,7 +473,7 @@
["constant.language.integer.lsl","PUBLIC_CHANNEL"],
["punctuation.operator.lsl",","],
["text.lsl"," "],
["string.quoted.double.lsl.start","\""],
["string.quoted.double.begin.lsl","\""],
["string.quoted.double.lsl","Entered "],
["constant.character.escape.lsl","\\\""],
["string.quoted.double.lsl","state other"],
@ -483,7 +483,7 @@
["string.quoted.double.lsl","default"],
["constant.character.escape.lsl","\\\""],
["string.quoted.double.lsl"," again..."],
["string.quoted.double.lsl.end","\""],
["string.quoted.double.end.lsl","\""],
["paren.rparen.lsl",")"],
["punctuation.operator.lsl",";"]
],[