vis

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

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

commit 69c0cc8ec5b2ebc4e5d12727fa4ac6524e8aab00
parent 016faa9e1a9e50b50b34a5483b23355ed63eea62
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Sun,  7 Aug 2016 12:23:41 +0200

Merge branch 'new-lexers-readme' of https://github.com/5paceToast/vis

Diffstat:
Mlexers/README.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lexers/README.md b/lexers/README.md @@ -32,7 +32,7 @@ script as described in the To enable auto syntax highlighting when opening a file you can associate your new lexer with a set of file extensions by adding a corresponding entry into -the table found at the end of the [lexer.lua](lexer.lua) file. +the table found at the end of the [vis.lua](/vis.lua) file. Changes to existing lexers should also be sent upstream for consideration.