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