aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorThaCuber <70547062+thacuber2a03@users.noreply.github.com>2023-10-29 07:23:26 -0400
committerGitHub <noreply@github.com>2023-10-29 12:23:26 +0100
commitd76503024e223f2cb56c29ba355d41520425f05d (patch)
tree8b66619b40f8f5ad5c118bd50c2eb83eac99e317 /manifest.json
parent02a59293a9b2d2f4e986d0543e6a21b65a35451a (diff)
downloadlite-xl-plugins-d76503024e223f2cb56c29ba355d41520425f05d.tar.gz
lite-xl-plugins-d76503024e223f2cb56c29ba355d41520425f05d.zip
Add `language_c7` and update `language_fe` (#328)
* update lang_fe and add lang_c7 * actually add the files * fixed language_fe * add to meta_languages and bump * space * .*
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json13
1 files changed, 11 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json
index e80bd38..3db13fa 100644
--- a/manifest.json
+++ b/manifest.json
@@ -61,7 +61,7 @@
{
"id": "meta_languages",
"type": "meta",
- "version": "0.1.1",
+ "version": "0.1.2",
"mod_version": "3",
"description": "A metapackage containing all publically accessible language syntaxes.",
"dependencies": {
@@ -72,6 +72,7 @@
"language_batch": {},
"language_bib": {},
"language_blade": {},
+ "language_c7": {},
"language_caddyfile": {},
"language_cmake": {},
"language_containerfile": {},
@@ -600,6 +601,14 @@
"tags": ["language"]
},
{
+ "description": "Syntax for the modifications to [fe](https://github.com/rxi/fe/) used in [cel7](https://rxi.itch.io/cel7)",
+ "version": "0.1",
+ "path": "plugins/language_c7.lua",
+ "id": "language_c7",
+ "mod_version": "3",
+ "tags": ["language"]
+ },
+ {
"description": "Syntax for the Caddyfile used on the [Caddy](https://caddyserver.com/) web server",
"version": "0.1",
"path": "plugins/language_caddyfile.lua",
@@ -713,7 +722,7 @@
},
{
"description": "Syntax for the [fe](https://github.com/rxi/fe) programming language",
- "version": "0.1",
+ "version": "0.2",
"path": "plugins/language_fe.lua",
"id": "language_fe",
"mod_version": "3",