diff options
author | Karol Ostrowski <xlolsonx@gmail.com> | 2023-03-29 21:32:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-29 21:32:29 +0200 |
commit | 43aa9823ed8e821a77192c1090a61bf5b1d5bcf1 (patch) | |
tree | c6132144a1d0a994c71e4f819dd7cfd8f6c1a68d /manifest.json | |
parent | 81120e145005d9311601906dd8a2117f8308fc89 (diff) | |
download | lite-xl-plugins-43aa9823ed8e821a77192c1090a61bf5b1d5bcf1.tar.gz lite-xl-plugins-43aa9823ed8e821a77192c1090a61bf5b1d5bcf1.zip |
Add endwise plugin (#229)
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 744648e..29e83ee 100644 --- a/manifest.json +++ b/manifest.json @@ -114,6 +114,13 @@ "mod_version": "3" }, { + "description": "Add end tags in variety of languages. Similar to [Vim Endwise](https://github.com/tpope/vim-endwise)", + "version": "0.1", + "remote": "https://github.com/LolsonX/endwise-lite-xl.git:d9ced6089ab7f54bad197c30ba581055270f2dad", + "id": "endwise", + "mod_version": "3" + }, + { "description": "Debug Lite-XL's Lua VM interactively, if you're running it from a terminal. Warning: Will significantly slow down Lite-XL if installed.", "version": "0.1", "path": "plugins/lite-debugger.lua", |