From 38e4d3cbc591f06a6663d6c0962bc17ea73d61ad Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 13 Dec 2019 22:28:13 +1100 Subject: Lexilla implemented as loadable lexer. --- lexilla/src/Lexilla.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lexilla/src/Lexilla.h (limited to 'lexilla/src/Lexilla.h') diff --git a/lexilla/src/Lexilla.h b/lexilla/src/Lexilla.h new file mode 100644 index 000000000..a2a2e010d --- /dev/null +++ b/lexilla/src/Lexilla.h @@ -0,0 +1,13 @@ +// Scintilla source code edit control +/** @file Lexilla.h + ** Lexer infrastructure. + ** Declare functions in Lexilla library. + **/ +// Copyright 2019 by Neil Hodgson +// The License.txt file describes the conditions under which this software may be distributed. + +extern "C" { + +Scintilla::ILexer4 *CreateLexer(const char *name); + +} -- cgit v1.2.3