From 5a013803f6098c3cae50b71e4081827a8916630e Mon Sep 17 00:00:00 2001 From: mitchell Date: Tue, 2 Jun 2020 16:05:43 -0400 Subject: Updated Scintilla.iface with experimental ILexer5 interface support. --- include/Scintilla.iface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index a3354de40..63ab3d8f0 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2872,7 +2872,7 @@ set void SetKeyWords=4005(int keyWordSet, string keyWords) set void SetLexerLanguage=4006(, string language) # Load a lexer library (dll / so). -fun void LoadLexerLibrary=4007(, string path) +fun void LoadLexerLibrary=4007(bool iLexer5, string path) # Retrieve a "property" value previously set with SetProperty. # Result is NUL-terminated. -- cgit v1.2.3