From 11b50663dc489b7ec8cb1c8774d9bda2c7acac3b Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Mon, 1 Feb 2021 12:33:27 -0500 Subject: full C syntax highlighting --- colors.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'colors.h') diff --git a/colors.h b/colors.h index 64d7ca9..0bb2528 100644 --- a/colors.h +++ b/colors.h @@ -28,7 +28,7 @@ ENUM_U16 { COLOR_PREPROCESSOR, COLOR_STRING, COLOR_CHARACTER, - COLOR_NUMBER, + COLOR_CONSTANT, COLOR_COUNT } ENUM_U16_END(ColorSetting); @@ -62,7 +62,7 @@ static ColorName const color_names[COLOR_COUNT] = { {COLOR_PREPROCESSOR, "preprocessor"}, {COLOR_STRING, "string"}, {COLOR_CHARACTER, "character"}, - {COLOR_NUMBER, "number"}, + {COLOR_CONSTANT, "constant"}, {COLOR_YES, "yes"}, {COLOR_NO, "no"}, {COLOR_CANCEL, "cancel"} -- cgit v1.2.3