diff options
author | Francisco Barreiras <126603030+chqs-git@users.noreply.github.com> | 2023-07-30 20:41:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-30 21:41:48 +0200 |
commit | 09aee4039d7e31e289b8602d23ba5584f7bfa0c4 (patch) | |
tree | 6001350b5ddcfe237248646abba424d7bdcc97b3 | |
parent | 69e3d0af52d53cebc75800fef27c7760bc518a39 (diff) | |
download | lite-xl-plugins-09aee4039d7e31e289b8602d23ba5584f7bfa0c4.tar.gz lite-xl-plugins-09aee4039d7e31e289b8602d23ba5584f7bfa0c4.zip |
Added codeplus plugin to manifest.json with given suggestions (#273)
-rw-r--r-- | manifest.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 560411a..163a55a 100644 --- a/manifest.json +++ b/manifest.json @@ -1417,6 +1417,13 @@ "type": "library", "remote": "https://github.com/adamharrison/lite-xl-www.git:aecc866c33b0a954fbd41a5de2842bb97f4ac45e", "mod_version": "3" + }, + { + "id": "codeplus", + "version": "1.0", + "description": "Offers improvements such as highlighted comments and autocomplete for brackets, quotes and more. ([demo](https://s12.gifyu.com/images/Sckre.gif))", + "remote": "https://github.com/chqs-git/code-plus.git:b336999b707709df2ddcb865f664623c5beceabb", + "mod_version": 3 } ] } |