From f8483df12a021c8b4afd74361840f14e0868f9c1 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 12 Apr 2004 06:24:02 +0000 Subject: Added lexer for bash and sh from Kein-Hong Man. --- src/KeyWords.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/KeyWords.cxx') 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); -- cgit v1.2.3