--- a/QScintilla/Lexers/LexerHTML.py Sun Feb 28 14:33:07 2010 +0000 +++ b/QScintilla/Lexers/LexerHTML.py Sun Feb 28 17:27:35 2010 +0000 @@ -96,3 +96,11 @@ QsciLexerHTML.ASPPythonTripleSingleQuotedString, QsciLexerHTML.PHPDoubleQuotedString, QsciLexerHTML.PHPSingleQuotedString] + + def defaultKeywords(self, kwSet): + """ + Public method to get the default keywords. + + @param kwSet number of the keyword set (integer) + """ + return QsciLexerHTML.keywords(self, kwSet)