QScintilla/Lexers/LexerBash.py

changeset 167
7508e44f4853
parent 130
fcce4cc20d95
child 791
9ec2ac20e54e
equal deleted inserted replaced
166:11e9ed8ae18c 167:7508e44f4853
55 def defaultKeywords(self, kwSet): 55 def defaultKeywords(self, kwSet):
56 """ 56 """
57 Public method to get the default keywords. 57 Public method to get the default keywords.
58 58
59 @param kwSet number of the keyword set (integer) 59 @param kwSet number of the keyword set (integer)
60 @return string giving the keywords (string) or None
60 """ 61 """
61 return QsciLexerBash.keywords(self, kwSet) 62 return QsciLexerBash.keywords(self, kwSet)

eric ide

mercurial