#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

@@ -88,7 +88,7 @@ Multiname = m\[[0-9]+\]
Identifier = [:jletter:][:jletterdigit:]*
InstructionName = [a-z][a-z0-9_]*
InstructionName = [:jletter:][:jletterdigit:]*
Label = {Identifier}: