129:3bc474738bf3 | 130:fcce4cc20d95 |
---|---|
59 | 59 |
60 @return flag indicating a string style (boolean) | 60 @return flag indicating a string style (boolean) |
61 """ | 61 """ |
62 return style in [QsciLexerPOV.String, | 62 return style in [QsciLexerPOV.String, |
63 QsciLexerPOV.UnclosedString] | 63 QsciLexerPOV.UnclosedString] |
64 | |
65 def defaultKeywords(self, kwSet): | |
66 """ | |
67 Public method to get the default keywords. | |
68 | |
69 @param kwSet number of the keyword set (integer) | |
70 """ | |
71 return QsciLexerPOV.keywords(self, kwSet) |