diff options
author | nyamatongwe <unknown> | 2000-03-25 02:47:21 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-03-25 02:47:21 +0000 |
commit | a578f4a61b6565b2c69c57e9ccaad34e58a95edd (patch) | |
tree | b549f94202f91f7640852b74839a376f1b13562d /include/SciLexer.h | |
parent | 0cfe7678d24a80c28336c539040615f269b4b98d (diff) | |
download | scintilla-mirror-a578f4a61b6565b2c69c57e9ccaad34e58a95edd.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 |