From ef64c4d05794484e5affbf633f095877cc1422df Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Wed, 31 Jan 2024 16:53:16 +0100 Subject: Finish lang settings rework --- src/dged/syntax.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/dged/syntax.c') 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")) || -- cgit v1.2.3