aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFrancesco Abbate <francesco.bbt@gmail.com>2021-03-20 23:20:30 +0100
committerFrancesco Abbate <francesco.bbt@gmail.com>2021-03-20 23:20:30 +0100
commit225f21ea99c28d2c0f816b3c5cdf879b95248d54 (patch)
treea6bdd6ab6afd849385aac4c4194dbbcd995b7dda /README.md
parent82a7737bf9d6dc76d3f54ccfbdf0fb0637fadc99 (diff)
downloadlite-xl-plugins-225f21ea99c28d2c0f816b3c5cdf879b95248d54.tar.gz
lite-xl-plugins-225f21ea99c28d2c0f816b3c5cdf879b95248d54.zip
Fix drawwhitespace plugin for subpixel positioning
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index efa9f58..c2201ae 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Plugin | Description
[`datetimestamps`](plugins/datetimestamps.lua?raw=1) | Insert date-, time- and date-time-stamps
~~[`detectindent`](plugins/detectindent.lua?raw=1)~~ | Included with lite-xl ~~Automatically detects and uses the indentation size and tab type of a loaded file~~
[`dragdropselected`](plugins/dragdropselected.lua?raw=1) | Provides basic drag and drop of selected text (in same document)
-[`drawwhitespace`](plugins/drawwhitespace.lua?raw=1) | Draws tabs and spaces *([screenshot](https://user-images.githubusercontent.com/3920290/80573013-22ae5800-89f7-11ea-9895-6362a1c0abc7.png))*
+*[`drawwhitespace`](plugins/drawwhitespace.lua?raw=1)* | Draws tabs and spaces *([screenshot](https://user-images.githubusercontent.com/3920290/80573013-22ae5800-89f7-11ea-9895-6362a1c0abc7.png))*
[`eofnewline`](https://github.com/bokunodev/lite_modules/blob/master/plugins/eofnewline.lua?raw=1) | Make sure the file ends with one blank line.
[`eval`](plugins/eval.lua?raw=1) | Replaces selected Lua code with its evaluated result
[`exec`](plugins/exec.lua?raw=1) | Runs selected text through shell command and replaces with result