From ffcdfc2012a9cbc9a104a75e8e87bcf5fa5de2e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 21 May 2016 00:19:35 +0200 Subject: vis: move syntax highlighting to pure Lua code --- vis-lua.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vis-lua.h') diff --git a/vis-lua.h b/vis-lua.h index 2b06e0a..7a37402 100644 --- a/vis-lua.h +++ b/vis-lua.h @@ -25,5 +25,7 @@ void vis_lua_file_save(Vis*, File*); void vis_lua_file_close(Vis*, File*); void vis_lua_win_open(Vis*, Win*); void vis_lua_win_close(Vis*, Win*); +void vis_lua_win_highlight(Vis*, Win*); +bool vis_lua_win_syntax(Vis*, Win*, const char *syntax); #endif -- cgit v1.2.3