highlight: refactor to use stateful representation

This allows us to keep track of the source higlight groups,
and not only the final combined highlights.
This commit is contained in:
Björn Linse
2018-04-08 09:51:22 +02:00
parent 696e24f311
commit 989b585e10
16 changed files with 326 additions and 164 deletions

View File

@@ -6,7 +6,6 @@
#include <stdint.h>
#include "api/private/defs.h"
#include "nvim/buffer_defs.h"
typedef enum {
kUICmdline = 0,