diff options
author | jperon <cataclop@hotmail.com> | 2023-04-20 20:47:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-20 20:47:21 +0200 |
commit | 74cd94e81956badb14d3d5189a03a1acc6b6d5ca (patch) | |
tree | 03805e5aaf4312e717223fd0cc1eee69a8ba250d /manifest.json | |
parent | a1eac522b70ee65569586ee14a1ecaad6aeed0e2 (diff) | |
download | lite-xl-plugins-74cd94e81956badb14d3d5189a03a1acc6b6d5ca.tar.gz lite-xl-plugins-74cd94e81956badb14d3d5189a03a1acc6b6d5ca.zip |
Add language_lilypond (#234)
* language_lilypond
* Update language_lilypond.lua
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
* Update language_lilypond.lua
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
* language_lilypond: update manifest.json
* Update plugins/language_lilypond.lua
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
---------
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
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", |