]>
git.saurik.com Git - wxWidgets.git/blob - src/stc/scintilla/src/Catalogue.h
1 // Scintilla source code edit control
3 ** Lexer infrastructure.
5 // Copyright 1998-2010 by Neil Hodgson <neilh@scintilla.org>
6 // The License.txt file describes the conditions under which this software may be distributed.
17 static const LexerModule
*Find(int language
);
18 static const LexerModule
*Find(const char *languageName
);
19 static void AddLexerModule(LexerModule
*plm
);