src/eric7/QScintilla/Lexers/LexerBash.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10431
64157aeb0312
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
71 @return string giving the keywords (string) or None 71 @return string giving the keywords (string) or None
72 """ 72 """
73 return QsciLexerBash.keywords(self, kwSet) 73 return QsciLexerBash.keywords(self, kwSet)
74 74
75 75
76 def createLexer(variant="", parent=None): 76 def createLexer(variant="", parent=None): # noqa: U100
77 """ 77 """
78 Function to instantiate a lexer object. 78 Function to instantiate a lexer object.
79 79
80 @param variant name of the language variant 80 @param variant name of the language variant
81 @type str 81 @type str

eric ide

mercurial