diff options
author | Jeremy Penner <jeremy@sporktania.com> | 2020-11-20 13:02:19 -0500 |
---|---|---|
committer | Jeremy Penner <jeremy@sporktania.com> | 2020-11-20 13:02:19 -0500 |
commit | bf115ce9e48b37122e51cf1df146621ea5143572 (patch) | |
tree | be3e2d674065319dec966e697b5d4f4d29201f96 /README.md | |
parent | de4227d55a5c821e3450554c952dfb3b1b192266 (diff) | |
download | lite-xl-plugins-bf115ce9e48b37122e51cf1df146621ea5143572.tar.gz lite-xl-plugins-bf115ce9e48b37122e51cf1df146621ea5143572.zip |
Add rainbowparen plugin
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -73,6 +73,7 @@ Plugin | Description [`openfilelocation`](plugins/openfilelocation.lua?raw=1) | Opens the parent directory of the current file in the file manager [`openselected`](plugins/openselected.lua?raw=1) | Opens the selected filename or url [`projectmanager`](plugins/projectmanager.lua?raw=1) | Save projects and load/reload them quickly +[`rainbowparen`](plugins/rainbowparen.lua?raw=1) | Show nesting of parentheses with rainbow colours [`scale`](plugins/scale.lua?raw=1) | Provides support for dynamically adjusting the scale of the code font / UI (`ctrl+-`, `ctrl+=`) [`scalestatus`](plugins/scalestatus.lua?raw=1) | Displays current scale (zoom) in status view (depends on scale plugin) [`selectionhighlight`](plugins/selectionhighlight.lua?raw=1) | Highlights regions of code that match the current selection *([screenshot](https://user-images.githubusercontent.com/3920290/80710883-5f597c80-8ae7-11ea-97f0-76dfacc08439.png))* |