src/eric7/QScintilla/Lexers/LexerRuby.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
95 @rtype str 95 @rtype str
96 """ 96 """
97 return QsciLexerRuby.keywords(self, kwSet) 97 return QsciLexerRuby.keywords(self, kwSet)
98 98
99 99
100 def createLexer(variant, parent=None): # noqa: U100 100 def createLexer(variant, parent=None): # noqa: U-100
101 """ 101 """
102 Function to instantiate a lexer object. 102 Function to instantiate a lexer object.
103 103
104 @param variant name of the language variant (unused) 104 @param variant name of the language variant (unused)
105 @type str 105 @type str

eric ide

mercurial