50 |
50 |
51 @return flag indicating a string style (boolean) |
51 @return flag indicating a string style (boolean) |
52 """ |
52 """ |
53 return style in [QsciLexerSQL.DoubleQuotedString, |
53 return style in [QsciLexerSQL.DoubleQuotedString, |
54 QsciLexerSQL.SingleQuotedString] |
54 QsciLexerSQL.SingleQuotedString] |
|
55 |
|
56 def defaultKeywords(self, kwSet): |
|
57 """ |
|
58 Public method to get the default keywords. |
|
59 |
|
60 @param kwSet number of the keyword set (integer) |
|
61 """ |
|
62 return QsciLexerSQL.keywords(self, kwSet) |