QScintilla/Lexers/LexerXML.py

changeset 130
fcce4cc20d95
parent 13
1af94a91f439
child 167
7508e44f4853
equal deleted inserted replaced
129:3bc474738bf3 130:fcce4cc20d95
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)

eric ide

mercurial