mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-11 11:53:37 +00:00
Fixed: #2536 AS3 regexp highlighting / compilation
This commit is contained in:
@@ -135,7 +135,7 @@ Preprocessor = \u00A7\u00A7 {Identifier}
|
||||
|
||||
NamespaceSuffix = "#" {DecIntegerLiteral}
|
||||
|
||||
RegExp = \/([^\r\n/]|\\\/)+\/[a-z]*
|
||||
RegExp = \/([^\r\n/\\]|\\.)+\/[a-z]*
|
||||
|
||||
%state STRING, CHARLITERAL, XMLSTARTTAG, XML, OIDENTIFIER, ADOC, ADOC_TAG
|
||||
|
||||
|
||||
@@ -146,7 +146,7 @@ Preprocessor = \u00A7\u00A7 {Identifier}
|
||||
|
||||
NamespaceSuffix = "#" {DecIntegerLiteral}
|
||||
|
||||
RegExp = \/([^\r\n/]|\\\/)+\/[a-z]*
|
||||
RegExp = \/([^\r\n/\\]|\\.)+\/[a-z]*
|
||||
|
||||
VerbatimStringCharacter = [^\r\n\"]
|
||||
VerbatimString = "@\"" {VerbatimStringCharacter}* "\""
|
||||
|
||||
Reference in New Issue
Block a user