ecere/gui/EditBox: Added 'signed' to highlighted keywords
authorJerome St-Louis <jerome@ecere.com>
Fri, 28 Feb 2014 19:31:36 +0000 (14:31 -0500)
committerJerome St-Louis <jerome@ecere.com>
Fri, 28 Feb 2014 19:31:36 +0000 (14:31 -0500)
ecere/src/gui/controls/EditBox.ec

index 35c32ab..694e6fc 100644 (file)
@@ -638,7 +638,7 @@ static char * keyWords1[] =
 {
    // C
    "return","break","continue","default","switch","case","if","else","for","while", "do","long","short",
-   "void", "char","int","float","double","unsigned","static", "extern", "struct", "union", "typedef","enum",
+   "void", "char","int","float","double","signed","unsigned","static", "extern", "struct", "union", "typedef","enum",
    "const",   "sizeof",
    "#include", "#define", "#pragma", "#if", "#else", "#elif", "#ifdef", "#ifndef", "#endif", "#undef", "#line",
    "__attribute__", "__stdcall", "_stdcall",