QScintilla/Lexers/LexerIDL.py

changeset 130
fcce4cc20d95
parent 13
1af94a91f439
child 167
7508e44f4853
equal deleted inserted replaced
129:3bc474738bf3 130:fcce4cc20d95
70 """ 70 """
71 return style in [QsciLexerIDL.DoubleQuotedString, 71 return style in [QsciLexerIDL.DoubleQuotedString,
72 QsciLexerIDL.SingleQuotedString, 72 QsciLexerIDL.SingleQuotedString,
73 QsciLexerIDL.UnclosedString, 73 QsciLexerIDL.UnclosedString,
74 QsciLexerIDL.VerbatimString] 74 QsciLexerIDL.VerbatimString]
75
76 def defaultKeywords(self, kwSet):
77 """
78 Public method to get the default keywords.
79
80 @param kwSet number of the keyword set (integer)
81 """
82 return QsciLexerIDL.keywords(self, kwSet)

eric ide

mercurial