--- a/QScintilla/Lexers/LexerBash.py Sun Feb 28 14:33:07 2010 +0000 +++ b/QScintilla/Lexers/LexerBash.py Sun Feb 28 17:27:35 2010 +0000 @@ -51,3 +51,11 @@ return style in [QsciLexerBash.DoubleQuotedString, QsciLexerBash.SingleQuotedString, QsciLexerBash.SingleQuotedHereDocument] + + def defaultKeywords(self, kwSet): + """ + Public method to get the default keywords. + + @param kwSet number of the keyword set (integer) + """ + return QsciLexerBash.keywords(self, kwSet)