From 70ffac901f6c2a09b5232970e3e8d5bf4ec32e59 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 18 May 2006 12:20:22 +0000 Subject: Patch from Jos vanderZande that Fixed the SentKey lexing logic in case of multiple sentkeys. Fixed issue with <> coloring as String in stead of Operator in rare occasions. Added support for AutoIt3 Standard UDF library (SCE_AU3_UDF) --- include/SciLexer.h | 1 + include/Scintilla.iface | 1 + 2 files changed, 2 insertions(+) (limited to 'include') diff --git a/include/SciLexer.h b/include/SciLexer.h index b2a07127b..22d016d21 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -821,6 +821,7 @@ #define SCE_AU3_SPECIAL 12 #define SCE_AU3_EXPAND 13 #define SCE_AU3_COMOBJ 14 +#define SCE_AU3_UDF 15 #define SCE_APDL_DEFAULT 0 #define SCE_APDL_COMMENT 1 #define SCE_APDL_COMMENTBLOCK 2 diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 19fb36a68..d0f9f885d 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2681,6 +2681,7 @@ val SCE_AU3_PREPROCESSOR=11 val SCE_AU3_SPECIAL=12 val SCE_AU3_EXPAND=13 val SCE_AU3_COMOBJ=14 +val SCE_AU3_UDF=15 # Lexical states for SCLEX_APDL lex APDL=SCLEX_APDL SCE_APDL_ val SCE_APDL_DEFAULT=0 -- cgit v1.2.3