MPW Asm PRINT operand can take multiple parameters.

This commit is contained in:
Kelvin Sherlock 2020-07-14 22:27:34 -04:00
parent 3c99a37d4f
commit 16a2e8f434
1 changed files with 1 additions and 2 deletions

View File

@ -219,12 +219,11 @@ contexts:
operand-print:
- include: macro-parm
- match: ','
- match: \b(?i:ON|OFF|PUSH|POP)\b
scope: constant.language
set: expect-comment
- match: \b(?i:NO)?(?i:GEN|PAGE|WARN|MCALL|OBJ|DATA|MDIR|HDR|LITS|STAT|SYM)\b
scope: constant.language
set: expect-comment
- include: expect-comment