aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2006-03-20 01:15:35 +0000
committernyamatongwe <devnull@localhost>2006-03-20 01:15:35 +0000
commit8bbe3493a1e7531bfa7fa4341b806f751bddc8bc (patch)
tree9a11cf0e9c1b085ce53048c9485757dee354b176 /include/SciLexer.h
parent424d453c41b288c78530a505cdd29e74e2113a03 (diff)
downloadscintilla-mirror-8bbe3493a1e7531bfa7fa4341b806f751bddc8bc.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.h2
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