QScintilla/Lexers/LexerVHDL.py

changeset 130
fcce4cc20d95
parent 13
1af94a91f439
child 167
7508e44f4853
equal deleted inserted replaced
129:3bc474738bf3 130:fcce4cc20d95
53 53
54 @return flag indicating a string style (boolean) 54 @return flag indicating a string style (boolean)
55 """ 55 """
56 return style in [QsciLexerVHDL.String, 56 return style in [QsciLexerVHDL.String,
57 QsciLexerVHDL.UnclosedString] 57 QsciLexerVHDL.UnclosedString]
58
59 def defaultKeywords(self, kwSet):
60 """
61 Public method to get the default keywords.
62
63 @param kwSet number of the keyword set (integer)
64 """
65 return QsciLexerVHDL.keywords(self, kwSet)

eric ide

mercurial