From 8bbe3493a1e7531bfa7fa4341b806f751bddc8bc Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 20 Mar 2006 01:15:35 +0000 Subject: Update of TCL lexer from Andre Arpin adds SCE_TCL_COMMENT_BOX and SCE_TCL_BLOCK_COMMENT states. --- include/SciLexer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/SciLexer.h') diff --git a/include/SciLexer.h b/include/SciLexer.h index 62dd348eb..8d38c2cac 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -147,6 +147,8 @@ #define SCE_TCL_WORD6 17 #define SCE_TCL_WORD7 18 #define SCE_TCL_WORD8 19 +#define SCE_TCL_COMMENT_BOX 20 +#define SCE_TCL_BLOCK_COMMENT 21 #define SCE_H_DEFAULT 0 #define SCE_H_TAG 1 #define SCE_H_TAGUNKNOWN 2 -- cgit v1.2.3