all repos — dotfiles @ c42f342ec5c5501e787e2dc2e3a8b175326af4c0

random configuration files

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

c42f342ec5c5501e787e2dc2e3a8b175326af4c0

parent

e2521a76776a5f63cb3e41c150308d27a114877a

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

jump to
M micro/syntax/uxn.yamlmicro/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: "\\[|\\]"