diff options
author | nyamatongwe <unknown> | 2004-02-21 22:11:14 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2004-02-21 22:11:14 +0000 |
commit | 17346c946e97722e24b7fe2cb6f9a241e0e0cb2c (patch) | |
tree | f8d35a17bdf3050991e2c7810c3bdea651917879 /src | |
parent | a91622e8aac3e2bd22fb4dddece6ca823b8a786e (diff) | |
download | scintilla-mirror-17346c946e97722e24b7fe2cb6f9a241e0e0cb2c.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); |