#1327 P-code editing: error message and syntax highlighting fixed when instruction name contains upper cased letter

This commit is contained in:
honfika@gmail.com
2016-12-26 12:53:32 +01:00
parent 4e5a9d1399
commit 8779d5d78c
8 changed files with 2341 additions and 3468 deletions

View File

@@ -70,7 +70,7 @@ WhiteSpace = [ \t\f]+
Identifier = [:jletter:][:jletterdigit:]*
InstructionName = [a-zA-Z][a-zA-Z0-9_]*
InstructionName = [:jletter:][:jletterdigit:]*
Label = {Identifier}: