require spaces between parens and comment for comment rule in uxntal syntax hilighting
This commit is contained in:
parent
5bd49afc24
commit
ee68f79246
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ rules:
|
|||
- constant: "[\"#'|$][^\ \n\r]+"
|
||||
- identifier: "[@,;.&][^\ \n\r]+"
|
||||
- statement: "\\b(BRK|LIT|NOP|POP|DUP|SWP|OVR|ROT|EQU|NEQ|GTH|LTH|JMP|JCN|JSR|STH|LDZ|STZ|LDR|STR|LDA|STA|DEI|DEO|ADD|SUB|MUL|DIV|AND|ORA|EOR|SFT)[2rk]{0,3}\\b"
|
||||
- comment: "\\([\\S\\s]*\\)"
|
||||
- comment: "\\(\\ [\\S\\s]*\\ \\)"
|
||||
- symbol: "\\[|\\]"
|
||||
|
|
Loading…
Reference in a new issue