From c464e7c84a4903ad0be6dabb92a06036add7cd85 Mon Sep 17 00:00:00 2001 From: Derek Stevens Date: Wed, 11 Aug 2021 16:08:59 -0600 Subject: [PATCH] add a couple alternate file suffixes for uxntal syntax --- micro/syntax/uxn.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micro/syntax/uxn.yaml b/micro/syntax/uxn.yaml index f8f8cc2..1eb39f0 100644 --- a/micro/syntax/uxn.yaml +++ b/micro/syntax/uxn.yaml @@ -1,7 +1,7 @@ filetype: uxntal detect: - filename: "\\.tal$" + filename: "\\.(tal|uxn|uxntal)$" rules: - constant: "[\"#'|$][^\ \n\r]+"