aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorrxi <rxi@users.noreply.github.com>2020-04-29 08:33:41 +0100
committerrxi <rxi@users.noreply.github.com>2020-04-29 08:34:01 +0100
commit83b5b6d5dac4c6250de1ce0c68018d26bffd634d (patch)
tree6611141bbc381759651c088345150596f244a845 /README.md
parent4e8373c9d60607b7dbdc5c860be4eae6ba84ac15 (diff)
downloadlite-xl-plugins-83b5b6d5dac4c6250de1ce0c68018d26bffd634d.tar.gz
lite-xl-plugins-83b5b6d5dac4c6250de1ce0c68018d26bffd634d.zip
Added `selectionhighlight` plugin
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index ab20204..5af991d 100644
--- a/README.md
+++ b/README.md
@@ -26,9 +26,11 @@ Plugin | Description
[`language_sh`](plugins/language_sh.lua?raw=1) | Syntax for shell scripting language
[`language_wren`](plugins/language_wren.lua?raw=1) | Syntax for the [Wren](http://wren.io/) programming language
[`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
[`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
[`titleize`](plugins/titleize.lua?raw=1) | Titleizes selected string (`hello world` => `Hello World`)
[`todotreeview`](https://github.com/drmargarido/TodoTreeView)* | Todo tree viewer for anotations in code like `TODO`, `BUG`, `FIX`, `IMPROVEMENT`
[`togglesnakecamel`](plugins/togglesnakecamel.lua?raw=1) | Toggles symbols between `snake_case` and `camelCase`
+