highlight: extract low-level highlight logic from syntax, ui

This commit is contained in:
Björn Linse
2018-04-08 09:49:20 +02:00
parent 5ff90a100a
commit 696e24f311
14 changed files with 277 additions and 244 deletions

View File

@@ -34,6 +34,7 @@
#include "nvim/fileio.h"
#include "nvim/fold.h"
#include "nvim/getchar.h"
#include "nvim/highlight.h"
#include "nvim/indent.h"
#include "nvim/buffer_updates.h"
#include "nvim/main.h"