129:3bc474738bf3 | 130:fcce4cc20d95 |
---|---|
37 Public method to check, if a style is a string style. | 37 Public method to check, if a style is a string style. |
38 | 38 |
39 @return flag indicating a string style (boolean) | 39 @return flag indicating a string style (boolean) |
40 """ | 40 """ |
41 return False | 41 return False |
42 | |
43 def defaultKeywords(self, kwSet): | |
44 """ | |
45 Public method to get the default keywords. | |
46 | |
47 @param kwSet number of the keyword set (integer) | |
48 """ | |
49 return QsciLexerDiff.keywords(self, kwSet) |