summaryrefslogtreecommitdiff
path: root/syntax.c
diff options
context:
space:
mode:
Diffstat (limited to 'syntax.c')
-rw-r--r--syntax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax.c b/syntax.c
index 9092f3d..1d93f8e 100644
--- a/syntax.c
+++ b/syntax.c
@@ -13,7 +13,7 @@ char* c_highlight_keywords[] = {
"#include", "#define", "#ifdef", "#ifndef",
"int|", "long|", "double|", "float|", "char|", "unsigned|", "signed|",
- "void|", NULL
+ "void|", "const|", NULL
};
struct editor_syntax highlight_database[] = {