57 @return flag indicating a string style (boolean) |
57 @return flag indicating a string style (boolean) |
58 """ |
58 """ |
59 return style in [QsciLexerLua.String, |
59 return style in [QsciLexerLua.String, |
60 QsciLexerLua.LiteralString, |
60 QsciLexerLua.LiteralString, |
61 QsciLexerLua.UnclosedString] |
61 QsciLexerLua.UnclosedString] |
|
62 |
|
63 def defaultKeywords(self, kwSet): |
|
64 """ |
|
65 Public method to get the default keywords. |
|
66 |
|
67 @param kwSet number of the keyword set (integer) |
|
68 """ |
|
69 return QsciLexerLua.keywords(self, kwSet) |