aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index db89414..1a229f9 100644
--- a/manifest.json
+++ b/manifest.json
@@ -61,7 +61,7 @@
{
"id": "meta_languages",
"type": "meta",
- "version": "0.1.3",
+ "version": "0.1.4",
"mod_version": "3",
"description": "A metapackage containing all publically accessible language syntaxes.",
"dependencies": {
@@ -72,6 +72,7 @@
"language_batch": {},
"language_bib": {},
"language_blade": {},
+ "language_blueprint": {},
"language_c7": {},
"language_caddyfile": {},
"language_cmake": {},
@@ -600,6 +601,14 @@
"tags": ["language"]
},
{
+ "description": "Syntax for the [Blueprint](https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/) markup language",
+ "version": "0.1",
+ "path": "plugins/language_blueprint.lua",
+ "id": "language_blueprint",
+ "mod_version": "3",
+ "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",