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-core.h | 1 - 1 file changed, 1 deletion(-) (limited to 'vis-core.h') diff --git a/vis-core.h b/vis-core.h index 052222e..ceb1311 100644 --- a/vis-core.h +++ b/vis-core.h @@ -128,7 +128,6 @@ struct Vis { File *files; /* all files currently managed by this editor instance */ Win *windows; /* all windows currently managed by this editor instance */ Win *win; /* currently active/focused window */ - Syntax *syntaxes; /* NULL terminated array of syntax definitions */ Register registers[VIS_REG_INVALID]; /* registers used for yank and put */ Macro macros[VIS_MACRO_INVALID]; /* recorded macros */ Macro *recording, *last_recording; /* currently (if non NULL) and least recently recorded macro */ -- cgit v1.2.3