vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit cb66eebb947e42b58b9c833cee912f2f30fd4405 parent 5119a7ff3c1e97d4e10e27518d937bdcdf8cd005 Author: Marc André Tanner <mat@brain-dump.org> Date: Fri, 31 Jan 2020 15:55:34 +0100 lexers: add reference to new upstream location Diffstat:
| M | lua/lexers/README.md | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lua/lexers/README.md b/lua/lexers/README.md @@ -2,7 +2,8 @@ Lua LPeg lexers for vis ======================= Vis reuses the [Lua](http://www.lua.org/) [LPeg](http://www.inf.puc-rio.br/~roberto/lpeg/) -based lexers from the [Scintillua](http://foicica.com/scintillua/) project. +based lexers from the [Scintillua](http://foicica.com/scintillua/) project +which is now part of the [Scintilla 3.x branch](https://foicica.com/hg/scintilla/file/tip/lexlua). # Vis integration