src/eric7/QScintilla/Lexers/LexerJSON.py

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

eric ide

mercurial