diff options
author | Neil <nyamatongwe@gmail.com> | 2019-12-22 22:43:28 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-12-22 22:43:28 +1100 |
commit | 651e4b440ad3019a63b10d972ee36a296020e2c8 (patch) | |
tree | e3ad0055daf94ce00326e4bc34f97b80a154b8ea /lexilla/test/LexillaAccess.h | |
parent | 0af155eae811e515b7d4fbad8e198cdf01f6ff2f (diff) | |
download | scintilla-mirror-651e4b440ad3019a63b10d972ee36a296020e2c8.tar.gz |
Lexilla testing framework.
Diffstat (limited to 'lexilla/test/LexillaAccess.h')
-rw-r--r-- | lexilla/test/LexillaAccess.h | 9 |
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); |