From 8fba478c44b88995042ff64f59bad01ba16703aa Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 29 May 2004 23:12:23 +0000 Subject: Updated AutoIt3 lexer from Jos. Handles folding by syntax rathe rthan indentation. --- 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 5c8307a59..c3e936e48 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -726,6 +726,7 @@ #define SCE_AU3_VARIABLE 9 #define SCE_AU3_SENT 10 #define SCE_AU3_PREPROCESSOR 11 +#define SCE_AU3_SPECIAL 12 #define SCE_APDL_DEFAULT 0 #define SCE_APDL_COMMENT 1 #define SCE_APDL_COMMENTBLOCK 2 -- cgit v1.2.3