src/eric7/QScintilla/Lexers/LexerCMake.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
75 @rtype str 75 @rtype str
76 """ 76 """
77 return QsciLexerCMake.keywords(self, kwSet) 77 return QsciLexerCMake.keywords(self, kwSet)
78 78
79 79
80 def createLexer(variant, parent=None): # noqa: U100 80 def createLexer(variant, parent=None): # noqa: U-100
81 """ 81 """
82 Function to instantiate a lexer object. 82 Function to instantiate a lexer object.
83 83
84 @param variant name of the language variant (unused) 84 @param variant name of the language variant (unused)
85 @type str 85 @type str

eric ide

mercurial