mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 04:34:50 +00:00
#1327 P-code editing: error message and syntax highlighting fixed when instruction name contains upper cased letter
This commit is contained in:
@@ -70,7 +70,7 @@ WhiteSpace = [ \t\f]+
|
||||
|
||||
Identifier = [:jletter:][:jletterdigit:]*
|
||||
|
||||
InstructionName = [a-zA-Z][a-zA-Z0-9_]*
|
||||
InstructionName = [:jletter:][:jletterdigit:]*
|
||||
|
||||
Label = {Identifier}:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user