aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexilla/src/Lexilla.h
blob: e44567bed15ea6468f223625380bdd768af8c87d (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::ILexer5 *CreateLexer(const char *name);

}