aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-12-05 21:46:22 +0000
committernyamatongwe <devnull@localhost>2003-12-05 21:46:22 +0000
commit891c2d62bfc689172933bda6f6d122453c377e7e (patch)
treef37047ec241ee6906a8c3d2caf7d91bd9b90dd31 /src
parent69e1be01b3cb3985d20f53dd781d21442c718b3d (diff)
downloadscintilla-mirror-891c2d62bfc689172933bda6f6d122453c377e7e.tar.gz
Updates for Octave support in Matlab lexer.
Diffstat (limited to 'src')
-rw-r--r--src/KeyWords.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/KeyWords.cxx b/src/KeyWords.cxx
index d3d9787e8..206a333b0 100644
--- a/src/KeyWords.cxx
+++ b/src/KeyWords.cxx
@@ -157,6 +157,7 @@ int Scintilla_LinkLexers() {
LINK_LEXER(lmLout);
LINK_LEXER(lmLua);
LINK_LEXER(lmMatlab);
+ LINK_LEXER(lmOctave);
LINK_LEXER(lmMETAPOST);
LINK_LEXER(lmMMIXAL);
LINK_LEXER(lmLot);