aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorjperon <cataclop@hotmail.com>2023-04-23 19:25:28 +0200
committerGitHub <noreply@github.com>2023-04-23 19:25:28 +0200
commita5f44693599567dc0a94e72f105846016861d1da (patch)
tree69521100b3c1fc0e2d604c958970b743342ad1ad /manifest.json
parenta78c7ce8d6b076c84297a66955bebcd4ff5fb650 (diff)
downloadlite-xl-plugins-a5f44693599567dc0a94e72f105846016861d1da.tar.gz
lite-xl-plugins-a5f44693599567dc0a94e72f105846016861d1da.zip
Add language_gabc (#235)
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
index dc7668f..21fbb65 100644
--- a/manifest.json
+++ b/manifest.json
@@ -508,6 +508,13 @@
"mod_version": "3"
},
{
+ "description": "Syntax for the [GABC](https://gregorio-project.github.io/gabc) music typesetting language",
+ "version": "0.1",
+ "path": "plugins/language_gabc.lua",
+ "id": "language_gabc",
+ "mod_version": "3"
+ },
+ {
"description": "Syntax for the [Godot Engine](https://godotengine.org/)'s GDScript scripting language",
"version": "0.1",
"path": "plugins/language_gdscript.lua",