aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2004-02-22 00:41:23 +0000
committernyamatongwe <devnull@localhost>2004-02-22 00:41:23 +0000
commitd23143087842b1f2a5e336b638c0efe5eb574ce9 (patch)
tree76406637a7fbf699dd7f979e70807fd434456589 /src
parent614181406f07233f4c817be20dd5d669795239c7 (diff)
downloadscintilla-mirror-d23143087842b1f2a5e336b638c0efe5eb574ce9.tar.gz
Gui4Cli and Kix lexers.
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 62eda6267..b853fe13e 100644
--- a/src/KeyWords.cxx
+++ b/src/KeyWords.cxx
@@ -149,6 +149,7 @@ int Scintilla_LinkLexers() {
LINK_LEXER(lmForth);
LINK_LEXER(lmFortran);
LINK_LEXER(lmF77);
+ LINK_LEXER(lmGui4Cli);
LINK_LEXER(lmHTML);
LINK_LEXER(lmXML);
LINK_LEXER(lmASP);