aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexilla/src/Lexilla.h
blob: a2a2e010df9ef39b30fc1d23ed73fe83ee952edc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Scintilla source code edit control
/** @file Lexilla.h
 ** Lexer infrastructure.
 ** Declare functions in Lexilla library.
 **/
// Copyright 2019 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.

extern "C" {

Scintilla::ILexer4 *CreateLexer(const char *name);

}