diff options
author | rxi <rxi@users.noreply.github.com> | 2020-11-29 09:45:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-29 09:45:11 +0000 |
commit | a5257204d5be911f94ef8b50d8032e36832ccf8d (patch) | |
tree | 32c9e96dabbb67637f77ea1a01862b42cf1b4641 /README.md | |
parent | 70482a13de18ee37d677bdddf4df7a93a25d2384 (diff) | |
parent | bf115ce9e48b37122e51cf1df146621ea5143572 (diff) | |
download | lite-xl-plugins-a5257204d5be911f94ef8b50d8032e36832ccf8d.tar.gz lite-xl-plugins-a5257204d5be911f94ef8b50d8032e36832ccf8d.zip |
Merge pull request #103 from jeremypenner/master
Add rainbowparen plugin
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -74,6 +74,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))* |