From 40d6d4f69c35c84a0bf4c6a3316754dba4484e4e Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 13 Feb 2011 10:55:42 +1100 Subject: 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. --- include/SciLexer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/SciLexer.h') 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 -- cgit v1.2.3