src/eric7/QScintilla/Lexers/LexerTeX.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
220 return texKeywords + " " + etexKeywords + " " + pdftexKeywords 220 return texKeywords + " " + etexKeywords + " " + pdftexKeywords
221 221
222 return None 222 return None
223 223
224 224
225 def createLexer(variant, parent=None): # noqa: U100 225 def createLexer(variant, parent=None): # noqa: U-100
226 """ 226 """
227 Function to instantiate a lexer object. 227 Function to instantiate a lexer object.
228 228
229 @param variant name of the language variant (unused) 229 @param variant name of the language variant (unused)
230 @type str 230 @type str

eric ide

mercurial