add a couple alternate file suffixes for uxntal syntax

This commit is contained in:
Iris Lightshard 2021-08-11 16:08:59 -06:00
parent c0aa4c45f5
commit c464e7c84a
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398

View file

@ -1,7 +1,7 @@
filetype: uxntal filetype: uxntal
detect: detect:
filename: "\\.tal$" filename: "\\.(tal|uxn|uxntal)$"
rules: rules:
- constant: "[\"#'|$][^\ \n\r]+" - constant: "[\"#'|$][^\ \n\r]+"