From 8ad7c356046e313e3ffbbbe418d622edc3701715 Mon Sep 17 00:00:00 2001 From: Klemens Nanni Date: Wed, 9 Nov 2016 16:53:37 +0100 Subject: README: Fix instructions for lexers and themes --- README.md | 6 +++--- 1 file 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 -- cgit v1.2.3