aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKlemens Nanni <kl3@posteo.org>2016-11-09 16:53:37 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-11-09 22:58:08 +0100
commit8ad7c356046e313e3ffbbbe418d622edc3701715 (patch)
tree108b65131879851ea48df97e1029ca3995e0872d /README.md
parentf80e57c748c6e551cf82258da0f9dea4af6956d7 (diff)
downloadvis-8ad7c356046e313e3ffbbbe418d622edc3701715.tar.gz
vis-8ad7c356046e313e3ffbbbe418d622edc3701715.tar.xz
README: Fix instructions for lexers and themes
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 02ceee7..115917f 100644
--- a/README.md
+++ b/README.md
@@ -426,7 +426,7 @@ Operators can be forced to work line wise by specifying `V`.
syntax name default yes
- use syntax definition given (e.g. "c") or disable syntax
+ use syntax definition given (e.g. "ansi_c") or disable syntax
highlighting if no such definition exists (e.g :set syntax off)
show
@@ -449,7 +449,7 @@ Operators can be forced to work line wise by specifying `V`.
how far back the lexer will look to synchronize parsing
- theme name default dark-16.lua | solarized.lua (16 | 256 color)
+ theme name default dark-16 | solarized (16 | 256 color)
use the given theme / color scheme for syntax highlighting
@@ -481,7 +481,7 @@ highlighting. `VIS_PATH` defaults (in this order) to
The environment variable `VIS_THEME` can be set to specify the
theme used by `vis` e.g.
- VIS_THEME=/path/to/your/theme.lua
+ VIS_THEME=dark-16
export VIS_THEME
### Runtime Configurable Key Bindings