diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index c67861d..baddd9a 100644 --- a/manifest.json +++ b/manifest.json @@ -832,6 +832,13 @@ "mod_version": "3" }, { + "description": "Syntax for the [Uxntal](https://wiki.xxiivv.com/site/uxntal) assembly language", + "version": "0.1", + "path": "plugins/language_tal.lua", + "id": "language_tal", + "mod_version": "3" + }, + { "description": "Syntax for the [Tcl](https://www.tcl.tk/) programming language", "version": "0.1", "path": "plugins/language_tcl.lua", |