aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-02-13 10:55:42 +1100
committernyamatongwe <unknown>2011-02-13 10:55:42 +1100
commit7bb3d317d0f8b53b2c002ec93607ab5ffe01f7bf (patch)
tree64aede5562458db026d03a98163e80b625510823 /include/SciLexer.h
parent6d87251d26ad28efc8dfc9d1710c63a13974550f (diff)
downloadscintilla-mirror-7bb3d317d0f8b53b2c002ec93607ab5ffe01f7bf.tar.gz
Folding features added by Udo Lechner.
Explicit fold points which can be set to arbitrary strings and occur anywhere. Can choose whether to have syntax based folding and multiline comment folding.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r--include/SciLexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h
index 118e3927e..627e6014e 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -604,6 +604,7 @@
#define SCE_ASM_CHARACTER 12
#define SCE_ASM_STRINGEOL 13
#define SCE_ASM_EXTINSTRUCTION 14
+#define SCE_ASM_COMMENTDIRECTIVE 15
#define SCE_F_DEFAULT 0
#define SCE_F_COMMENT 1
#define SCE_F_NUMBER 2