vis: experimental support for lua/lpeg based syntax highlighting
commitc339bb3ae6646c3dbef8e73f41c1e797ed5ec99b
authorMarc André Tanner <mat@brain-dump.org>
Mon, 12 Oct 2015 15:09:41 +0000 (12 17:09 +0200)
committerMarc André Tanner <mat@brain-dump.org>
Sun, 8 Nov 2015 12:37:23 +0000 (8 13:37 +0100)
treeb27016384ad5cad67377a318f8f130fb40c3aab5
parent5f5699fb3a93f2a478f3888236f7c25bc7975fbb
vis: experimental support for lua/lpeg based syntax highlighting

The lua based lexers are searched in the following order:

 $VIS_PATH/lexers
 $HOME/.vis/lexers
 /usr/share/vis/lexers

followed by the standard lua package.path
lexers/diff.lua
lexers/lexer.lua
lexers/themes/default.lua [new symlink]
lexers/themes/solarized.lua [new file with mode: 0644]
ui-curses.c
ui.h
view.c
view.h
vis-cmds.c
vis-core.h
vis.c