diff options
Diffstat (limited to 'src/dged/syntax.c')
| -rw-r--r-- | src/dged/syntax.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dged/syntax.c b/src/dged/syntax.c index e7828a5..5f94d60 100644 --- a/src/dged/syntax.c +++ b/src/dged/syntax.c @@ -347,7 +347,8 @@ static void update_parser(struct buffer *buffer, void *userdata, highlight = true; color = Color_Yellow; } else if (s8eq(cname, s8("number"))) { - highlight = false; + highlight = true; + color = Color_Yellow; } else if (s8eq(cname, s8("function")) || s8eq(cname, s8("function.macro")) || s8eq(cname, s8("function.method")) || |
