Merge branch 'ksatrya'
Iris Lightshard nilix@nilfm.cc
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
micro/syntax/uxn.yaml
→
micro/syntax/uxn.yaml
@@ -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: "\\[|\\]"