QScintilla/Lexers/LexerD.py

changeset 130
fcce4cc20d95
parent 13
1af94a91f439
child 167
7508e44f4853
equal deleted inserted replaced
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)

eric ide

mercurial