diff options
author | nyamatongwe <unknown> | 2004-02-26 10:25:57 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2004-02-26 10:25:57 +0000 |
commit | 6e4fee0fba99500943dd03610da058ffc365fde3 (patch) | |
tree | 9bea811159a8dabbeb39ca5b2e9832a900700909 /include/SciLexer.h | |
parent | ecd54425210aa3287358f11b335d55a8d6a843ba (diff) | |
download | scintilla-mirror-6e4fee0fba99500943dd03610da058ffc365fde3.tar.gz |
State for errors from HTML Tidy.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r-- | include/SciLexer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index 06698d8d9..189869e42 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -312,6 +312,7 @@ #define SCE_ERR_IFC 16 #define SCE_ERR_IFORT 17 #define SCE_ERR_ABSF 18 +#define SCE_ERR_TIDY 19 #define SCE_BAT_DEFAULT 0 #define SCE_BAT_COMMENT 1 #define SCE_BAT_WORD 2 |