vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 3ea4b54beb1dab9cf4990f722a584cba52ecc918
parent 56e189d330fcfd01cb2412ed400b61db81b35759
Author: Klemens Nanni <kl3@posteo.org>
Date:   Wed,  9 Nov 2016 16:53:37 +0100

README: Fix instructions for lexers and themes

Diffstat:
MREADME.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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