all repos — dotfiles @ e2521a76776a5f63cb3e41c150308d27a114877a

random configuration files

Merge branch 'ksatrya'
Iris Lightshard nilix@nilfm.cc
commit

e2521a76776a5f63cb3e41c150308d27a114877a

parent

d518f50cbdf73d67025e60d372bc97a114d41432

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M micro/syntax/uxn.yamlmicro/syntax/uxn.yaml

@@ -6,6 +6,6 @@

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]?\\b" + - 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]*\\)" - symbol: "\\[|\\]"