aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDingcheng Yue <darwinsenior@gmail.com>2021-04-26 16:57:18 +0100
committerAkianonymus <anonymus.aki@gmail.com>2022-02-07 20:06:39 +0530
commit0c33901495b35cf6accc362d7e8470498a738411 (patch)
tree1b4a434ea13a61a24a4ba133f7cad7cf942e7d6b /README.md
parentFix parsing for RRGGBBAA hex codes (diff)
using virtualtext as one option for highlight
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 abdc368..a8e75ab 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ library to do custom highlighting themselves.
hsl_fn = false; -- CSS hsl() and hsla() functions
css = false; -- Enable all CSS features: rgb_fn, hsl_fn, names, RGB, RRGGBB
css_fn = false; -- Enable all CSS *functions*: rgb_fn, hsl_fn
- -- Available modes: foreground, background
+ -- Available modes: foreground, background, virtualtext
mode = 'background'; -- Set the display mode.
}
```