diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | manifest.json | 7 |
2 files changed, 8 insertions, 0 deletions
@@ -62,6 +62,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`editorconfig`](plugins/editorconfig) | [EditorConfig](https://editorconfig.org/) implementation for Lite XL | | [`encoding`](https://github.com/jgmdev/lite-xl-encoding)\* | Add support for detecting file and string encodings as converting between them. | | [`encodings`](https://github.com/jgmdev/lite-xl-encoding)\* | Properly read files that are not encoded in UTF-8 or ASCII by auto-detecting their encoding and allows saving on different text encodings. | +| [`endwise`](https://github.com/LolsonX/endwise-lite-xl)\* | Add end tags in variety of languages. Similar to [Vim Endwise](https://github.com/tpope/vim-endwise) | | [`eofnewline`](https://github.com/bokunodev/lite_modules/blob/master/plugins/eofnewline-xl.lua?raw=1) | Make sure the file ends with one blank line. | | [`ephemeral_tabs`](plugins/ephemeral_tabs.lua?raw=1) | Preview tabs. Opening a doc will replace the contents of the preview tab. Marks tabs as non-preview on any change or tab double clicking. | | [`equationgrapher`](https://github.com/ThaCuber/equationgrapher?raw=1)\* | Graphs y=x equations. | 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", |