diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-05-21 00:19:35 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-05-22 00:05:30 +0200 |
| commit | ffcdfc2012a9cbc9a104a75e8e87bcf5fa5de2e1 (patch) | |
| tree | 0089d3f4e51f3523bcacda33e1fefbcdad996953 /vis-lua.h | |
| parent | 1d2005c82f19f2094ffb57394832754160b9bbc6 (diff) | |
| download | vis-ffcdfc2012a9cbc9a104a75e8e87bcf5fa5de2e1.tar.gz vis-ffcdfc2012a9cbc9a104a75e8e87bcf5fa5de2e1.tar.xz | |
vis: move syntax highlighting to pure Lua code
Diffstat (limited to 'vis-lua.h')
| -rw-r--r-- | vis-lua.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
