mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-23 22:06:30 +00:00
Compile AS3 @identifier asdoc tag as identifier replacement
This commit is contained in:
@@ -111,11 +111,11 @@ InputCharacter = [^\r\n]
|
||||
WhiteSpace = {LineTerminator} | [ \t\f]+
|
||||
|
||||
/* comments */
|
||||
Comment = {TraditionalComment} | {EndOfLineComment}
|
||||
Comment = {TraditionalComment} | {EndOfLineComment} | {AsDocComment}
|
||||
|
||||
TraditionalComment = "/*" [^*] ~"*/" | "/*" "*"+ "/"
|
||||
EndOfLineComment = "//" {InputCharacter}* {LineTerminator}?
|
||||
|
||||
AsDocComment = "/**" ~"*/"
|
||||
|
||||
|
||||
/* identifiers */
|
||||
|
||||
Reference in New Issue
Block a user