summaryrefslogtreecommitdiff
path: root/colors.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-01 12:33:27 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-01 12:33:27 -0500
commit11b50663dc489b7ec8cb1c8774d9bda2c7acac3b (patch)
treeaa604b767286c86b21b6fef851f0c74e8dfc0acb /colors.h
parentdba51f5c1b7ac895239d2909358b323a92b77644 (diff)
full C syntax highlighting
Diffstat (limited to 'colors.h')
-rw-r--r--colors.h4
1 files changed, 2 insertions, 2 deletions
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"}