aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexilla/test/LexillaAccess.h
diff options
context:
space:
mode:
Diffstat (limited to 'lexilla/test/LexillaAccess.h')
-rw-r--r--lexilla/test/LexillaAccess.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/lexilla/test/LexillaAccess.h b/lexilla/test/LexillaAccess.h
new file mode 100644
index 000000000..3e4e087cb
--- /dev/null
+++ b/lexilla/test/LexillaAccess.h
@@ -0,0 +1,9 @@
+// Scintilla source code edit control
+/** @file LexillaAccess.h
+ ** Interface to Lexilla shared library.
+ **/
+// Copyright 2019 by Neil Hodgson <neilh@scintilla.org>
+// The License.txt file describes the conditions under which this software may be distributed.
+
+Scintilla::ILexer5 *CreateLexer(std::string languageName);
+bool LoadLexilla(std::filesystem::path path);