diff options
author | ThaCuber <70547062+ThaCuber@users.noreply.github.com> | 2023-05-01 19:49:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 19:49:04 -0400 |
commit | a1fa9a663e1caae2176b8f18e10161521f752368 (patch) | |
tree | 0094a8dfa83ca61023358e6d9cf8cef8725431aa /manifest.json | |
parent | 4491c4afde636cdae19a023e1e177f4ceda8cbd6 (diff) | |
download | lite-xl-plugins-a1fa9a663e1caae2176b8f18e10161521f752368.tar.gz lite-xl-plugins-a1fa9a663e1caae2176b8f18e10161521f752368.zip |
added language_tal.lua (#238)
* added language_tal.lua
* forgot to link to the page about the language
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", |