aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <adamdharrison@gmail.com>2024-03-27 11:10:12 -0400
committerGitHub <noreply@github.com>2024-03-27 16:10:12 +0100
commit240e433ec2364f13f80b01ecea5380379a1bf1d2 (patch)
treebad321ea76688a35c12dc087f6fbcb262038e78c
parent6baedd80d5c909d46a30a0c7bd077e4fc4b68605 (diff)
downloadlite-xl-plugins-240e433ec2364f13f80b01ecea5380379a1bf1d2.tar.gz
lite-xl-plugins-240e433ec2364f13f80b01ecea5380379a1bf1d2.zip
Add `ide` and relative plugins (#395)
-rw-r--r--manifest.json70
1 files changed, 70 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
index 6941af1..6b16eee 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2126,6 +2126,76 @@
"wal_lxl"
],
"version": "1.1"
+ },
+ {
+ "description": "A metapackage that provides the minimum functionalities for Lite XL to run as a minimal IDE.",
+ "id": "ide",
+ "mod_version": "3",
+ "remote": "https://github.com/adamharrison/lite-xl-ide.git:3bb229a5b7ed7028c40bba831b0dd77b06c3e262",
+ "version": "0.1"
+ },
+ {
+ "description": "A metapackage that turns Lite XL into an IDE for C/C++.",
+ "id": "ide_c",
+ "mod_version": "3",
+ "remote": "https://github.com/adamharrison/lite-xl-ide.git:3bb229a5b7ed7028c40bba831b0dd77b06c3e262",
+ "version": "0.1"
+ },
+ {
+ "description": "A metapackage that turns Lite XL into an IDE for Java.",
+ "id": "ide_java",
+ "mod_version": "3",
+ "remote": "https://github.com/adamharrison/lite-xl-ide.git:3bb229a5b7ed7028c40bba831b0dd77b06c3e262",
+ "version": "0.1"
+ },
+ {
+ "description": "A metapackage that turns Lite XL into an IDE for Javascript.",
+ "id": "ide_javascript",
+ "mod_version": "3",
+ "remote": "https://github.com/adamharrison/lite-xl-ide.git:3bb229a5b7ed7028c40bba831b0dd77b06c3e262",
+ "version": "0.1"
+ },
+ {
+ "description": "A metapackage that turns Lite XL into an IDE for Lua.",
+ "id": "ide_lua",
+ "mod_version": "3",
+ "remote": "https://github.com/adamharrison/lite-xl-ide.git:3bb229a5b7ed7028c40bba831b0dd77b06c3e262",
+ "version": "0.1"
+ },
+ {
+ "description": "A metapackage that turns Lite XL into an IDE for Python.",
+ "id": "ide_python",
+ "mod_version": "3",
+ "remote": "https://github.com/adamharrison/lite-xl-ide.git:3bb229a5b7ed7028c40bba831b0dd77b06c3e262",
+ "version": "0.1"
+ },
+ {
+ "description": "A metapackage that turns Lite XL into an IDE for Rust.",
+ "id": "ide_rust",
+ "mod_version": "3",
+ "remote": "https://github.com/adamharrison/lite-xl-ide.git:3bb229a5b7ed7028c40bba831b0dd77b06c3e262",
+ "version": "0.1"
+ },
+ {
+ "description": "A metapackage that turns Lite XL into an IDE for TeX.",
+ "id": "ide_tex",
+ "mod_version": "3",
+ "remote": "https://github.com/adamharrison/lite-xl-ide.git:3bb229a5b7ed7028c40bba831b0dd77b06c3e262",
+ "version": "0.1"
+ },
+ {
+ "description": "A metapackage that turns Lite XL into an IDE for Typescript.",
+ "id": "ide_typescript",
+ "mod_version": "3",
+ "remote": "https://github.com/adamharrison/lite-xl-ide.git:3bb229a5b7ed7028c40bba831b0dd77b06c3e262",
+ "version": "0.1"
+ },
+ {
+ "description": "A metapackage that turns Lite XL into an IDE for Zig.",
+ "id": "ide_zig",
+ "mod_version": "3",
+ "remote": "https://github.com/adamharrison/lite-xl-ide.git:3bb229a5b7ed7028c40bba831b0dd77b06c3e262",
+ "version": "0.1"
}
]
}