aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/KeyWords.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2004-04-12 06:24:02 +0000
committernyamatongwe <devnull@localhost>2004-04-12 06:24:02 +0000
commitae3561eff074c627171f2114a3b33bd35324046b (patch)
tree36d8d70ecdd14a3b3c248bb34e7323b86c19118f /src/KeyWords.cxx
parentc826d96127dcd66b0d751c8eda185cabc5709050 (diff)
downloadscintilla-mirror-ae3561eff074c627171f2114a3b33bd35324046b.tar.gz
Added lexer for bash and sh from Kein-Hong Man.
Diffstat (limited to 'src/KeyWords.cxx')
-rw-r--r--src/KeyWords.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/KeyWords.cxx b/src/KeyWords.cxx
index 717d251f7..def79f6ec 100644
--- a/src/KeyWords.cxx
+++ b/src/KeyWords.cxx
@@ -135,6 +135,7 @@ int Scintilla_LinkLexers() {
LINK_LEXER(lmAU3);
LINK_LEXER(lmAVE);
LINK_LEXER(lmBaan);
+ LINK_LEXER(lmBash);
LINK_LEXER(lmBullant);
LINK_LEXER(lmClw);
LINK_LEXER(lmClwNoCase);