aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-08-21 14:50:48 +1000
committerNeil <nyamatongwe@gmail.com>2013-08-21 14:50:48 +1000
commit44f44d7ab98c7cf019fd42d9b34ddb19802413f7 (patch)
treee6ef95a0c5c830e2dc44099fbf2057cc2e0c9cb1 /src
parent8e6ddfd4ed7a72190796d138557ad3eb5da7b0db (diff)
downloadscintilla-mirror-44f44d7ab98c7cf019fd42d9b34ddb19802413f7.tar.gz
Feature: [feature-requests:#1008]. Lexer added for KVIrc script.
From OmegaPhil.
Diffstat (limited to 'src')
-rw-r--r--src/Catalogue.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Catalogue.cxx b/src/Catalogue.cxx
index af07fe57f..2e9e6381b 100644
--- a/src/Catalogue.cxx
+++ b/src/Catalogue.cxx
@@ -121,6 +121,7 @@ int Scintilla_LinkLexers() {
LINK_LEXER(lmHTML);
LINK_LEXER(lmInno);
LINK_LEXER(lmKix);
+ LINK_LEXER(lmKVIrc);
LINK_LEXER(lmLatex);
LINK_LEXER(lmLISP);
LINK_LEXER(lmLiterateHaskell);