src/eric7/QScintilla/Lexers/LexerBash.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
78 @rtype str 78 @rtype str
79 """ 79 """
80 return QsciLexerBash.keywords(self, kwSet) 80 return QsciLexerBash.keywords(self, kwSet)
81 81
82 82
83 def createLexer(variant, parent=None): # noqa: U100 83 def createLexer(variant, parent=None): # noqa: U-100
84 """ 84 """
85 Function to instantiate a lexer object. 85 Function to instantiate a lexer object.
86 86
87 @param variant name of the language variant (unused) 87 @param variant name of the language variant (unused)
88 @type str 88 @type str

eric ide

mercurial