CodeEditor_Highlight.diff
| uppsrc/CodeEditor/Highlight.cpp 2011-10-11 15:13:26 +0600 | ||
|---|---|---|
| 275 | 275 |
NULL |
| 276 | 276 |
}; |
| 277 | 277 |
static const char *upp[] = {
|
| 278 |
"byte", "word", "dword", "__countof", "pick_", "wchar", "NULL", |
|
| 278 |
"byte", "word", "dword", "__countof", "pick_", "wchar", "NULL", "Null",
|
|
| 279 | 279 |
"int8", "uint8", "int16", "uint16", "int32", "uint32", "int64", "uint64", "qword", |
| 280 | 280 |
"INTERLOCKED_", "INTERLOCKED", "ONCELOCK", "ONCELOCK_", "INITBLOCK", "EXITBLOCK", |
| 281 | 281 |
NULL |