src/eric7/QScintilla/Lexers/LexerPostScript.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
89 @rtype int 89 @rtype int
90 """ 90 """
91 return 5 91 return 5
92 92
93 93
94 def createLexer(variant, parent=None): # noqa: U100 94 def createLexer(variant, parent=None): # noqa: U-100
95 """ 95 """
96 Function to instantiate a lexer object. 96 Function to instantiate a lexer object.
97 97
98 @param variant name of the language variant (unused) 98 @param variant name of the language variant (unused)
99 @type str 99 @type str

eric ide

mercurial