mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-24 08:54:50 +00:00
Compile AS3 @identifier asdoc tag as identifier replacement
This commit is contained in:
@@ -143,10 +143,11 @@ InputCharacter = [^\r\n]
|
||||
WhiteSpace = {LineTerminator} | [ \t\f]+
|
||||
|
||||
/* comments */
|
||||
Comment = {TraditionalComment} | {EndOfLineComment}
|
||||
Comment = {TraditionalComment} | {EndOfLineComment} | {AsDocComment}
|
||||
|
||||
TraditionalComment = "/*" [^*] ~"*/" | "/*" "*"+ "/"
|
||||
EndOfLineComment = "//" {InputCharacter}* {LineTerminator}?
|
||||
AsDocComment = "/**" ~"*/"
|
||||
|
||||
|
||||
IdentFirst = [\p{Lu}\p{Ll}\p{Lt}\p{Lm}\p{Lo}_$]
|
||||
|
||||
Reference in New Issue
Block a user