diff options
Diffstat (limited to 'syntax.c')
-rw-r--r-- | syntax.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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[] = { |