src/eric7/QScintilla/Lexers/LexerCSS.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
160 return "selection ^-moz- ^-webkit- ^-o- ^-ms-" 160 return "selection ^-moz- ^-webkit- ^-o- ^-ms-"
161 161
162 return QsciLexerCSS.keywords(self, kwSet) 162 return QsciLexerCSS.keywords(self, kwSet)
163 163
164 164
165 def createLexer(variant, parent=None): # noqa: U100 165 def createLexer(variant, parent=None): # noqa: U-100
166 """ 166 """
167 Function to instantiate a lexer object. 167 Function to instantiate a lexer object.
168 168
169 @param variant name of the language variant (unused) 169 @param variant name of the language variant (unused)
170 @type str 170 @type str

eric ide

mercurial