src/eric7/QScintilla/Lexers/LexerRuby.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10431
64157aeb0312
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
87 @return string giving the keywords (string) or None 87 @return string giving the keywords (string) or None
88 """ 88 """
89 return QsciLexerRuby.keywords(self, kwSet) 89 return QsciLexerRuby.keywords(self, kwSet)
90 90
91 91
92 def createLexer(variant="", parent=None): 92 def createLexer(variant="", parent=None): # noqa: U100
93 """ 93 """
94 Function to instantiate a lexer object. 94 Function to instantiate a lexer object.
95 95
96 @param variant name of the language variant 96 @param variant name of the language variant
97 @type str 97 @type str

eric ide

mercurial