diff --git a/micro/syntax/uxn.yaml b/micro/syntax/uxn.yaml index f6919ba..09c1cf9 100644 --- a/micro/syntax/uxn.yaml +++ b/micro/syntax/uxn.yaml @@ -4,8 +4,8 @@ detect: filename: "\\.(tal|uxn|uxntal)$" rules: - - constant: "[\"#'|$][^\ \n\r]+" - identifier: "[@,;.&][^\ \n\r]+" + - constant: "[\"#'|$][^\ \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]*\\ \\)" - symbol: "\\[|\\]"