#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <stdio.h>
#include <stdarg.h>
#include <assert.h>
#include <vector>
#include "ILexer.h"
#include "Scintilla.h"
#include "SciLexer.h"
#include "LexerModule.h"
#include "Catalogue.h"
Go to the source code of this file.
|
#define | LINK_LEXER(lexer) extern LexerModule lexer; Catalogue::AddLexerModule(&lexer); |
|
◆ LINK_LEXER
#define LINK_LEXER |
( |
|
lexer | ) |
extern LexerModule lexer; Catalogue::AddLexerModule(&lexer); |
◆ Scintilla_LinkLexers()
int Scintilla_LinkLexers |
( |
| ) |
|
Definition at line 72 of file Catalogue.cxx.
References LINK_LEXER, lmBatch(), lmDiff(), lmErrorList(), lmLatex(), lmMake(), lmMatlab(), lmNPRC(), lmNSCR(), lmNull(), lmOctave(), lmPo(), lmProps(), and lmTXTADV().
Referenced by wxForceScintillaLexers().
◆ wxForceScintillaLexers()
int wxForceScintillaLexers |
( |
void |
| ) |
|
◆ lexerCatalogue
std::vector<LexerModule *> lexerCatalogue |
|
static |
◆ nextLanguage