diff options
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 77c4bd2..dc7668f 100644 --- a/manifest.json +++ b/manifest.json @@ -614,6 +614,13 @@ "url": "https://raw.githubusercontent.com/whiteh0le/lite-plugins/main/plugins/language_ksy.lua?raw=1" }, { + "description": "Syntax for the [LilyPond](https://lilypond.org/) music typesetting language", + "version": "0.1", + "path": "plugins/language_lilypond.lua", + "id": "language_lilypond", + "mod_version": "3" + }, + { "description": "Syntax for [Liquid](https://shopify.github.io/liquid/) templating language", "version": "0.1", "path": "plugins/language_liquid.lua", |