diff options
author | nyamatongwe <devnull@localhost> | 2001-06-12 11:12:20 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-06-12 11:12:20 +0000 |
commit | 0637e2f768098f64386d5c1774652bcb55d7ba40 (patch) | |
tree | 6b8824fafe133ee9ba36f3a1bda8df03f546fdb4 /src/KeyWords.cxx | |
parent | 2e870a56408078cc17e7a4dea26e4b5664758bd6 (diff) | |
download | scintilla-mirror-0637e2f768098f64386d5c1774652bcb55d7ba40.tar.gz |
Patch from Walter to include all the new lexers.
Diffstat (limited to 'src/KeyWords.cxx')
-rw-r--r-- | src/KeyWords.cxx | 10 |
1 files changed, 10 insertions, 0 deletions
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 |