From 2be087fbf98a9add6619b42b2153eefa788ba704 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 16 Feb 2002 05:10:09 +0000 Subject: =?UTF-8?q?New=20lexer=20for=20Matlab=20contributed=20by=20Jos?= =?UTF-8?q?=C3=A9=20Fonseca.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/KeyWords.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/KeyWords.cxx') 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 -- cgit v1.2.3