diff options
author | Adam <adamdharrison@gmail.com> | 2024-09-09 12:22:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-09 18:22:50 +0200 |
commit | 5836fda442d0751111bef7810dfaedd1939edc3b (patch) | |
tree | 0bcb0648e25d05d546ed637e644f5b4aa0ba6655 | |
parent | 6c6639e0992519b701db676cecf83bcf2408da79 (diff) | |
download | lite-xl-plugins-5836fda442d0751111bef7810dfaedd1939edc3b.tar.gz lite-xl-plugins-5836fda442d0751111bef7810dfaedd1939edc3b.zip |
Added Quetta (#476)
* Added in Quetta.
* Bumped version.
* Updated quetta.
* Updated PR and changed description to match convention.
-rw-r--r-- | manifest.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 850b241..a7bddb4 100644 --- a/manifest.json +++ b/manifest.json @@ -2006,6 +2006,14 @@ "version": "1.2" }, { + "description": "Turns Lite XL into a terminal based editor.", + "id": "quetta", + "mod_version": "3", + "name": "Quetta", + "remote": "https://github.com/adamharrison/quetta.git:38350ef0708aa392cc21e850e82db39df6e3a38e", + "version": "0.51" + }, + { "description": "Show nesting of parentheses with rainbow colours", "id": "rainbowparen", "mod_version": "3", |