94 QsciLexerHTML.ASPPythonSingleQuotedString, |
94 QsciLexerHTML.ASPPythonSingleQuotedString, |
95 QsciLexerHTML.ASPPythonTripleDoubleQuotedString, |
95 QsciLexerHTML.ASPPythonTripleDoubleQuotedString, |
96 QsciLexerHTML.ASPPythonTripleSingleQuotedString, |
96 QsciLexerHTML.ASPPythonTripleSingleQuotedString, |
97 QsciLexerHTML.PHPDoubleQuotedString, |
97 QsciLexerHTML.PHPDoubleQuotedString, |
98 QsciLexerHTML.PHPSingleQuotedString] |
98 QsciLexerHTML.PHPSingleQuotedString] |
|
99 |
|
100 def defaultKeywords(self, kwSet): |
|
101 """ |
|
102 Public method to get the default keywords. |
|
103 |
|
104 @param kwSet number of the keyword set (integer) |
|
105 """ |
|
106 return QsciLexerHTML.keywords(self, kwSet) |