diff options
author | nyamatongwe <devnull@localhost> | 2003-09-21 00:55:36 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-09-21 00:55:36 +0000 |
commit | eb1a22a6aaf5243dbf9b40ecb67e0465de4552e5 (patch) | |
tree | cba50c48b78944698eea87fd4900f04603eccda4 /src/KeyWords.cxx | |
parent | dd71962b692aa9bbb82af07246ad1340dc067d11 (diff) | |
download | scintilla-mirror-eb1a22a6aaf5243dbf9b40ecb67e0465de4552e5.tar.gz |
Added MPT lexer.
Diffstat (limited to 'src/KeyWords.cxx')
-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 64b4680b8..33ab54efc 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -156,6 +156,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmLua); LINK_LEXER(lmMatlab); LINK_LEXER(lmMMIXAL); + LINK_LEXER(lmLot); LINK_LEXER(lmNsis); LINK_LEXER(lmBatch); LINK_LEXER(lmDiff); |