From d8766c508c9d417e786099abd028c71c512df605 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 12 Jun 2001 11:12:20 +0000 Subject: Patch from Walter to include all the new lexers. --- src/KeyWords.cxx | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src') diff --git a/src/KeyWords.cxx b/src/KeyWords.cxx index 9ac71491b..265dbf565 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -94,6 +94,11 @@ LexerModule lmNull(SCLEX_NULL, ColouriseNullDoc, "null"); int wxForceScintillaLexers(void) { extern LexerModule lmAda; + extern LexerModule lmAVE; + extern LexerModule lmConf; + extern LexerModule lmDiff; + extern LexerModule lmLatex; + extern LexerModule lmPascal; extern LexerModule lmCPP; extern LexerModule lmHTML; extern LexerModule lmXML; @@ -109,6 +114,11 @@ int wxForceScintillaLexers(void) { if ( &lmAda + && &lmAVE + && &lmConf + && &lmDiff + && &lmLatex + && &lmPascal && &lmCPP && &lmHTML && &lmXML -- cgit v1.2.3