aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/KeyWords.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-08-10 10:55:53 +0000
committernyamatongwe <devnull@localhost>2003-08-10 10:55:53 +0000
commit35f780670c06b30b0c2e2c1814f1a9c38120bf89 (patch)
tree25369db6bb041ff11ebcd63aba203b8007a36cb8 /src/KeyWords.cxx
parentf2948e706d705640f49c752b8e8902502e8a33d0 (diff)
downloadscintilla-mirror-35f780670c06b30b0c2e2c1814f1a9c38120bf89.tar.gz
Added MMIX lexer by Christoph Hösler.
Diffstat (limited to 'src/KeyWords.cxx')
-rw-r--r--src/KeyWords.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/KeyWords.cxx b/src/KeyWords.cxx
index be3b26bcc..ae22baf2f 100644
--- a/src/KeyWords.cxx
+++ b/src/KeyWords.cxx
@@ -153,6 +153,7 @@ int Scintilla_LinkLexers() {
LINK_LEXER(lmLout);
LINK_LEXER(lmLua);
LINK_LEXER(lmMatlab);
+ LINK_LEXER(lmMMIXAL);
LINK_LEXER(lmNsis);
LINK_LEXER(lmBatch);
LINK_LEXER(lmDiff);