diff options
author | kramo <93832451+kra-mo@users.noreply.github.com> | 2024-01-27 17:57:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-27 17:57:42 +0100 |
commit | 2c1147c4e144c3cb182438e1643f5546fc11186c (patch) | |
tree | 5e04a33ab8e539ff8c2039698bd453d0af82eeb9 /manifest.json | |
parent | bed1839e4f87a0b4862a2c07871a83fdc94d031e (diff) | |
download | lite-xl-plugins-2c1147c4e144c3cb182438e1643f5546fc11186c.tar.gz lite-xl-plugins-2c1147c4e144c3cb182438e1643f5546fc11186c.zip |
Add `language_blueprint.lua` (#356)
* Add `language_blueprint.lua`
* Bump `meta_languages` to 0.1.4
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 11 |
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", |