diff options
author | rxi <rxi@users.noreply.github.com> | 2020-04-30 13:33:09 +0100 |
---|---|---|
committer | rxi <rxi@users.noreply.github.com> | 2020-04-30 13:36:03 +0100 |
commit | 6dd61f0c9cc3ee6c4da25f564db36b3458a90532 (patch) | |
tree | c414300e3fe9869e5b21ae85635f11302a76ec84 /README.md | |
parent | 00008754892d8ece014fda5abce905eae64ae331 (diff) | |
download | lite-xl-plugins-6dd61f0c9cc3ee6c4da25f564db36b3458a90532.tar.gz lite-xl-plugins-6dd61f0c9cc3ee6c4da25f564db36b3458a90532.zip |
Changed selectionhighlight plugin to draw box instead of filled rectangle
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ Plugin | Description [`language_wren`](plugins/language_wren.lua?raw=1) | Syntax for the [Wren](http://wren.io/) programming language [`linter`](https://github.com/drmargarido/linters)* | Linters for multiple languages [`macmodkeys`](plugins/macmodkeys.lua?raw=1) | Remaps mac modkeys `command/option` to `ctrl/alt` -[`selectionhighlight`](plugins/selectionhighlight.lua?raw=1) | Highlights regions of code that match the current selection +[`selectionhighlight`](plugins/selectionhighlight.lua?raw=1) | [Highlights](https://user-images.githubusercontent.com/3920290/80710883-5f597c80-8ae7-11ea-97f0-76dfacc08439.png) regions of code that match the current selection [`sort`](plugins/sort.lua?raw=1) | Sorts selected lines alphabetically [`spellcheck`](plugins/spellcheck.lua?raw=1) | [Underlines](https://user-images.githubusercontent.com/3920290/79923973-9caa7400-842e-11ea-85d4-7a196a91ca50.png) misspelt words [`theme16`](https://github.com/monolifed/theme16)* | Theme manager with base16 themes |