You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
367 B
10 lines
367 B
// 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);
|