aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormitchell <unknown>2020-06-02 16:05:43 -0400
committermitchell <unknown>2020-06-02 16:05:43 -0400
commit5a013803f6098c3cae50b71e4081827a8916630e (patch)
treef69ba4a345ce992b0438a4d35a66142fef719136
parent0737fe8093eb8081a5e44c164f8b656f95301b2a (diff)
downloadscintilla-mirror-5a013803f6098c3cae50b71e4081827a8916630e.tar.gz
Updated Scintilla.iface with experimental ILexer5 interface support.
-rw-r--r--include/Scintilla.iface2
1 files changed, 1 insertions, 1 deletions
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.