From b1ec60061623601ca6185a16d77c6c6c62135e95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 12 Oct 2015 16:50:08 +0200 Subject: vis: remove regex based syntax highlighting --- vis.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'vis.h') diff --git a/vis.h b/vis.h index 2834fbd..0581138 100644 --- a/vis.h +++ b/vis.h @@ -51,14 +51,6 @@ void vis_update(Vis*); /* temporarily supsend the editor process, resumes upon receiving SIGCONT */ void vis_suspend(Vis*); -/* load a set of syntax highlighting definitions which will be associated - * to the underlying window based on the file type loaded. - * - * The parameter `syntaxes' has to point to a NULL terminated array. - */ -bool vis_syntax_load(Vis*, Syntax *syntaxes); -void vis_syntax_unload(Vis*); - /* creates a new window, and loads the given file. if filename is NULL * an unamed / empty buffer is created. If the given file is already opened * in another window, share the underlying text that is changes will be -- cgit v1.2.3