129:3bc474738bf3 | 130:fcce4cc20d95 |
---|---|
76 | 76 |
77 @return flag indicating a string style (boolean) | 77 @return flag indicating a string style (boolean) |
78 """ | 78 """ |
79 return style in [QsciLexerD.String, | 79 return style in [QsciLexerD.String, |
80 QsciLexerD.UnclosedString] | 80 QsciLexerD.UnclosedString] |
81 | |
82 def defaultKeywords(self, kwSet): | |
83 """ | |
84 Public method to get the default keywords. | |
85 | |
86 @param kwSet number of the keyword set (integer) | |
87 """ | |
88 return QsciLexerD.keywords(self, kwSet) |