aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2004-02-21 22:11:14 +0000
committernyamatongwe <devnull@localhost>2004-02-21 22:11:14 +0000
commit8c0d82199fff5f22405c38c6246b17cd498479f6 (patch)
treef8d35a17bdf3050991e2c7810c3bdea651917879 /src
parent80f0368679c18f8f803fd722c4ee2301d7f09e91 (diff)
downloadscintilla-mirror-8c0d82199fff5f22405c38c6246b17cd498479f6.tar.gz
Kix 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 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);