diff options
author | nyamatongwe <devnull@localhost> | 2004-02-21 22:11:14 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2004-02-21 22:11:14 +0000 |
commit | 8c0d82199fff5f22405c38c6246b17cd498479f6 (patch) | |
tree | f8d35a17bdf3050991e2c7810c3bdea651917879 /src | |
parent | 80f0368679c18f8f803fd722c4ee2301d7f09e91 (diff) | |
download | scintilla-mirror-8c0d82199fff5f22405c38c6246b17cd498479f6.tar.gz |
Kix 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 2ae4a2c99..62eda6267 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -153,6 +153,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmXML); LINK_LEXER(lmASP); LINK_LEXER(lmPHP); + LINK_LEXER(lmKix); LINK_LEXER(lmLISP); LINK_LEXER(lmLout); LINK_LEXER(lmLua); |