From 91c22c59aa9d2e027ef9718e265c687689be1efd Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 26 Mar 2002 00:56:20 +0000 Subject: Made symbols for the lexical states of the diff lexer. Recognise '***' as the same as '+++' rather than like '!'. --- include/SciLexer.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/SciLexer.h') diff --git a/include/SciLexer.h b/include/SciLexer.h index fb77a702e..0022606c2 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -281,6 +281,13 @@ #define SCE_MAKE_OPERATOR 4 #define SCE_MAKE_TARGET 5 #define SCE_MAKE_IDEOL 9 +#define SCE_DIFF_DEFAULT 0 +#define SCE_DIFF_COMMENT 1 +#define SCE_DIFF_COMMAND 2 +#define SCE_DIFF_HEADER 3 +#define SCE_DIFF_POSITION 4 +#define SCE_DIFF_DELETED 5 +#define SCE_DIFF_ADDED 6 #define SCE_CONF_DEFAULT 0 #define SCE_CONF_COMMENT 1 #define SCE_CONF_NUMBER 2 -- cgit v1.2.3