diff options
author | Neil <nyamatongwe@gmail.com> | 2013-08-21 14:50:48 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-08-21 14:50:48 +1000 |
commit | 930c4abd778a45db7ce6953769483791e8ee4aa7 (patch) | |
tree | 5b9ef3f183d9b5b131c603b85fe97b7b24008874 /src | |
parent | 70acfa623be189df50b42a7402085e782341fec2 (diff) | |
download | scintilla-mirror-930c4abd778a45db7ce6953769483791e8ee4aa7.tar.gz |
Feature: [feature-requests:#1008]. Lexer added for KVIrc script.
From OmegaPhil.
Diffstat (limited to 'src')
-rw-r--r-- | src/Catalogue.cxx | 1 |
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); |