aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorrxi <rxi@users.noreply.github.com>2020-11-29 09:45:11 +0000
committerGitHub <noreply@github.com>2020-11-29 09:45:11 +0000
commita5257204d5be911f94ef8b50d8032e36832ccf8d (patch)
tree32c9e96dabbb67637f77ea1a01862b42cf1b4641 /README.md
parent70482a13de18ee37d677bdddf4df7a93a25d2384 (diff)
parentbf115ce9e48b37122e51cf1df146621ea5143572 (diff)
downloadlite-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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index b46e7d6..3701607 100644
--- a/README.md
+++ b/README.md
@@ -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))*