diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-10-12 16:50:08 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-11-08 13:35:36 +0100 |
| commit | b1ec60061623601ca6185a16d77c6c6c62135e95 (patch) | |
| tree | b8ffce3d3141a297d9c3572bdd6165d002863b28 /vis-core.h | |
| parent | 2d4408f975ea44ffabd7c3a6d43e4d9b5725c052 (diff) | |
| download | vis-b1ec60061623601ca6185a16d77c6c6c62135e95.tar.gz vis-b1ec60061623601ca6185a16d77c6c6c62135e95.tar.xz | |
vis: remove regex based syntax highlighting
Diffstat (limited to 'vis-core.h')
| -rw-r--r-- | vis-core.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 */ |
