diff options
author | nyamatongwe <unknown> | 2003-12-05 21:46:22 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-12-05 21:46:22 +0000 |
commit | e017e78ecc47fcf2eddb01507bd1794b6aaca083 (patch) | |
tree | f37047ec241ee6906a8c3d2caf7d91bd9b90dd31 /src | |
parent | f4b927dae5e32bf13e51d733dba62e2fcc526dfc (diff) | |
download | scintilla-mirror-e017e78ecc47fcf2eddb01507bd1794b6aaca083.tar.gz |
Updates for Octave support in Matlab lexer.
Diffstat (limited to 'src')
-rw-r--r-- | src/KeyWords.cxx | 1 |
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); |