diff options
Diffstat (limited to 'colors.c')
-rw-r--r-- | colors.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ static ColorName color_names[] = { {COLOR_STRING, "string"}, {COLOR_CHARACTER, "character"}, {COLOR_CONSTANT, "constant"}, + {COLOR_TODO, "todo"}, {COLOR_AUTOCOMPLETE_BG, "autocomplete-bg"}, {COLOR_AUTOCOMPLETE_HL, "autocomplete-hl"}, {COLOR_AUTOCOMPLETE_BORDER, "autocomplete-border"}, |