diff options
author | Github Actions <> | 2023-04-20 18:47:36 +0000 |
---|---|---|
committer | Github Actions <> | 2023-04-20 18:47:36 +0000 |
commit | a78c7ce8d6b076c84297a66955bebcd4ff5fb650 (patch) | |
tree | 7c36ec934de70c77d9cca8635577c875d4101dc2 | |
parent | 74cd94e81956badb14d3d5189a03a1acc6b6d5ca (diff) | |
download | lite-xl-plugins-a78c7ce8d6b076c84297a66955bebcd4ff5fb650.tar.gz lite-xl-plugins-a78c7ce8d6b076c84297a66955bebcd4ff5fb650.zip |
[CI] Updated README.md.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -124,6 +124,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`language_jsx`](plugins/language_jsx.lua?raw=1) | Syntax for the [JSX](https://reactjs.org/docs/introducing-jsx.html) language for the React framework in JavaScript | | [`language_julia`](plugins/language_julia.lua?raw=1) | Syntax for the [Julia](https://julialang.org/) programming language | | [`language_ksy`](https://raw.githubusercontent.com/whiteh0le/lite-plugins/main/plugins/language_ksy.lua?raw=1) | Syntax for [Kaitai](http://kaitai.io/) struct files | +| [`language_lilypond`](plugins/language_lilypond.lua?raw=1) | Syntax for the [LilyPond](https://lilypond.org/) music typesetting language | | [`language_liquid`](plugins/language_liquid.lua?raw=1) | Syntax for [Liquid](https://shopify.github.io/liquid/) templating language | | [`language_lobster`](plugins/language_lobster.lua?raw=1) | Syntax for [Lobster](https://strlen.com/lobster/) programming language | | [`language_make`](plugins/language_make.lua?raw=1) | Syntax for the Make build system language | |