From ac0597b4bc696051e18fd13c68ee825c91ec6db7 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 26 Feb 2004 10:25:57 +0000 Subject: State for errors from HTML Tidy. --- include/SciLexer.h | 1 + include/Scintilla.iface | 1 + 2 files changed, 2 insertions(+) (limited to 'include') 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 diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 2cfd2a484..2346272c3 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1978,6 +1978,7 @@ val SCE_ERR_ELF=15 val SCE_ERR_IFC=16 val SCE_ERR_IFORT=17 val SCE_ERR_ABSF=18 +val SCE_ERR_TIDY=19 # Lexical states for SCLEX_BATCH lex Batch=SCLEX_BATCH SCE_BAT_ val SCE_BAT_DEFAULT=0 -- cgit v1.2.3