src/eric7/QScintilla/Lexers/LexerHTML.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10431
64157aeb0312
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
122 @return string giving the keywords (string) or None 122 @return string giving the keywords (string) or None
123 """ 123 """
124 return QsciLexerHTML.keywords(self, kwSet) 124 return QsciLexerHTML.keywords(self, kwSet)
125 125
126 126
127 def createLexer(variant="", parent=None): 127 def createLexer(variant="", parent=None): # noqa: U100
128 """ 128 """
129 Function to instantiate a lexer object. 129 Function to instantiate a lexer object.
130 130
131 @param variant name of the language variant 131 @param variant name of the language variant
132 @type str 132 @type str

eric ide

mercurial