syntax: Add support for the "special" color used for undercurls

This commit is contained in:
AdnoC
2016-04-23 02:58:24 -04:00
parent c9b1ad3a57
commit 244cfe86b5
9 changed files with 82 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ struct ugrid {
UCell **cells;
};
#define EMPTY_ATTRS ((HlAttrs){false, false, false, false, false, -1, -1})
#define EMPTY_ATTRS ((HlAttrs){false, false, false, false, false, -1, -1, -1})
#define UGRID_FOREACH_CELL(grid, top, bot, left, right, code) \
do { \