diff options
author | sammyette <torchedsammy@gmail.com> | 2022-12-30 20:12:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-31 01:12:46 +0100 |
commit | bf3a3b7b75efc54869df6f62363b5b94191a85cc (patch) | |
tree | e5ca4bcfa0e37bdb0838ffc1ee44c5c2d4e01c0c | |
parent | 1016af86fb5834152b0cf5d6cb4a5dd760cc7367 (diff) | |
download | lite-xl-plugins-bf3a3b7b75efc54869df6f62363b5b94191a85cc.tar.gz lite-xl-plugins-bf3a3b7b75efc54869df6f62363b5b94191a85cc.zip |
readme: add evergreen to plugin list (#184)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ asterisk.* | [`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. | | [`eval`](plugins/eval.lua?raw=1) | Replaces selected Lua code with its evaluated result | +| [`evergreen`](https://github.com/TorchedSammy/Evergreen.lxl)\* | Adds Treesitter syntax highlighting support | | [`exec`](plugins/exec.lua?raw=1) | Runs selected text through shell command and replaces with result | | [`extend_selection_line`](plugins/extend_selection_line.lua?raw=1) | When a selection crosses multiple lines, it is drawn to the end of the screen *([screenshot](https://user-images.githubusercontent.com/2798487/140995616-89a20b55-5917-4df8-8a7c-d7c53732fa8b.png))* | | [`exterm`](https://github.com/ShadiestGoat/lite-xl-exterm)\* | Allows to open an external console in current project directory | |