aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-04-01 00:54:33 +0000
committernyamatongwe <devnull@localhost>2005-04-01 00:54:33 +0000
commit4ffff60c4ab83010707d6b4b711f1a5d4b872327 (patch)
treef99bcab44fc329547a60f492b9ebf21d458a9d7d /src
parent1648523d299ee49047fc68bec83ed845bc1ea7d4 (diff)
downloadscintilla-mirror-4ffff60c4ab83010707d6b4b711f1a5d4b872327.tar.gz
Haskell lexer contributed by Tobias Engvall.
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 858eb54a3..d40917fce 100644
--- a/src/KeyWords.cxx
+++ b/src/KeyWords.cxx
@@ -157,6 +157,7 @@ int Scintilla_LinkLexers() {
LINK_LEXER(lmFortran);
LINK_LEXER(lmF77);
LINK_LEXER(lmGui4Cli);
+ LINK_LEXER(lmHaskell);
LINK_LEXER(lmHTML);
LINK_LEXER(lmXML);
LINK_LEXER(lmASP);