add a couple alternate file suffixes for uxntal syntax
This commit is contained in:
parent
c0aa4c45f5
commit
c464e7c84a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
filetype: uxntal
|
||||
|
||||
detect:
|
||||
filename: "\\.tal$"
|
||||
filename: "\\.(tal|uxn|uxntal)$"
|
||||
|
||||
rules:
|
||||
- constant: "[\"#'|$][^\ \n\r]+"
|
||||
|
|
Loading…
Reference in a new issue