diff options
author | Francesco <francesco.bbt@gmail.com> | 2021-06-07 23:24:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-07 23:24:52 +0200 |
commit | 6b541da4c773eb7f44caab69c06f37b085bc6834 (patch) | |
tree | f5536f6c6caa0d8fbed3de15c2258ad7776277b6 /README.md | |
parent | ebcc96175fb8d2c91edf1a0c2f06179996f607f2 (diff) | |
parent | 6e8fffb27aceeee1cf36b778b1bdd33817cbda8e (diff) | |
download | lite-xl-plugins-6b541da4c773eb7f44caab69c06f37b085bc6834.tar.gz lite-xl-plugins-6b541da4c773eb7f44caab69c06f37b085bc6834.zip |
Merge pull request #25 from adamharrison/RegexReplacement
Regex Replacement Plugin
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -100,6 +100,7 @@ Plugin | Description ~~[`projectmanager`](plugins/projectmanager.lua?raw=1)~~ | Integrated in lite-xl with improvements ~~Save projects and load/reload them quickly~~ [`rainbowparen`](plugins/rainbowparen.lua?raw=1) | Show nesting of parentheses with rainbow colours [`restoretabs`](plugins/restoretabs.lua?raw=1) | Keep a list of recently closed tabs, and restore the tab in order on cntrl+shift+t. +[`regexreplaceplugin`](plugins/regexreplaceplugin.lua?raw=1) | Allows for you to write a regex and its replacement in one go, and live preview the results. *[`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))* |