QScintilla/Lexers/LexerPerl.py

changeset 130
fcce4cc20d95
parent 13
1af94a91f439
child 167
7508e44f4853
equal deleted inserted replaced
129:3bc474738bf3 130:fcce4cc20d95
68 QsciLexerPerl.QuotedStringQR, 68 QsciLexerPerl.QuotedStringQR,
69 QsciLexerPerl.QuotedStringQW, 69 QsciLexerPerl.QuotedStringQW,
70 QsciLexerPerl.QuotedStringQX, 70 QsciLexerPerl.QuotedStringQX,
71 QsciLexerPerl.SingleQuotedHereDocument, 71 QsciLexerPerl.SingleQuotedHereDocument,
72 QsciLexerPerl.SingleQuotedString] 72 QsciLexerPerl.SingleQuotedString]
73
74 def defaultKeywords(self, kwSet):
75 """
76 Public method to get the default keywords.
77
78 @param kwSet number of the keyword set (integer)
79 """
80 return QsciLexerPerl.keywords(self, kwSet)

eric ide

mercurial