aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/KeyWords.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-02-16 05:10:09 +0000
committernyamatongwe <unknown>2002-02-16 05:10:09 +0000
commit59976e3209d8985ebe8d7c9f361bc70c2c7152b3 (patch)
tree9f0f4a5e953557fec2690b428316b0103463a7f3 /src/KeyWords.cxx
parentccb04a0ae11feb2bece52b19584765074b7e3980 (diff)
downloadscintilla-mirror-59976e3209d8985ebe8d7c9f361bc70c2c7152b3.tar.gz
New lexer for Matlab contributed by José Fonseca.
Diffstat (limited to 'src/KeyWords.cxx')
-rw-r--r--src/KeyWords.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/KeyWords.cxx b/src/KeyWords.cxx
index 7c182ad11..bc55e988b 100644
--- a/src/KeyWords.cxx
+++ b/src/KeyWords.cxx
@@ -129,6 +129,7 @@ int Scintilla_LinkLexers() {
extern LexerModule lmLISP;
extern LexerModule lmLua;
extern LexerModule lmMake;
+ extern LexerModule lmMatlab;
extern LexerModule lmPascal;
extern LexerModule lmPerl;
extern LexerModule lmProps;
@@ -153,6 +154,7 @@ int Scintilla_LinkLexers() {
&& &lmProps
&& &lmErrorList
&& &lmMake
+ && &lmMatlab
&& &lmBatch
&& &lmPerl
&& &lmPython