diff options
author | nyamatongwe <unknown> | 2006-03-20 01:15:35 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2006-03-20 01:15:35 +0000 |
commit | fe9a295dd4bd4a283de1dec4f4d9f549d795741d (patch) | |
tree | 9a11cf0e9c1b085ce53048c9485757dee354b176 /include/SciLexer.h | |
parent | 22510c5642950710c64375d925c8031f64b71056 (diff) | |
download | scintilla-mirror-fe9a295dd4bd4a283de1dec4f4d9f549d795741d.tar.gz |
Update of TCL lexer from Andre Arpin adds SCE_TCL_COMMENT_BOX and
SCE_TCL_BLOCK_COMMENT states.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r-- | include/SciLexer.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |