diff options
author | nyamatongwe <devnull@localhost> | 2000-03-25 02:47:21 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-03-25 02:47:21 +0000 |
commit | f3696882a86f79036d0f493087e46e6ee6b3e270 (patch) | |
tree | b549f94202f91f7640852b74839a376f1b13562d /include/SciLexer.h | |
parent | 5c84dba1e506386a37d30a643825e9d0717cffb9 (diff) | |
download | scintilla-mirror-f3696882a86f79036d0f493087e46e6ee6b3e270.tar.gz |
FIxed problem with first modification sometimes not looking dirty.
Remonved unused 'PUNTUATION' lexclass.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r-- | include/SciLexer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index 1e6542219..3e0ad31b4 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -47,12 +47,11 @@ #define SCE_C_WORD 5 #define SCE_C_STRING 6 #define SCE_C_CHARACTER 7 -#define SCE_C_PUNTUATION 8 +#define SCE_C_UUID 8 #define SCE_C_PREPROCESSOR 9 #define SCE_C_OPERATOR 10 #define SCE_C_IDENTIFIER 11 #define SCE_C_STRINGEOL 12 -#define SCE_C_UUID 13 // Lexical states for SCLEX_HTML, SCLEX_xML #define SCE_H_DEFAULT 0 |