diff options
author | nyamatongwe <devnull@localhost> | 2002-02-16 05:10:09 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2002-02-16 05:10:09 +0000 |
commit | 2be087fbf98a9add6619b42b2153eefa788ba704 (patch) | |
tree | 9f0f4a5e953557fec2690b428316b0103463a7f3 /src/KeyWords.cxx | |
parent | 86736b013ab5621b71c92e5b0b97d0130c0c35fe (diff) | |
download | scintilla-mirror-2be087fbf98a9add6619b42b2153eefa788ba704.tar.gz |
New lexer for Matlab contributed by José Fonseca.
Diffstat (limited to 'src/KeyWords.cxx')
-rw-r--r-- | src/KeyWords.cxx | 2 |
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 |