234 "from global if import in is lambda nonlocal not " |
234 "from global if import in is lambda nonlocal not " |
235 "or pass raise return try while with yield cdef " |
235 "or pass raise return try while with yield cdef " |
236 "cimport cpdef") |
236 "cimport cpdef") |
237 else: |
237 else: |
238 keywords = QsciLexerPython.keywords(self, kwSet) |
238 keywords = QsciLexerPython.keywords(self, kwSet) |
|
239 else: |
|
240 keywords = QsciLexerPython.keywords(self, kwSet) |
239 |
241 |
240 return keywords |
242 return keywords |
241 |
243 |
242 def maximumKeywordSet(self): |
244 def maximumKeywordSet(self): |
243 """ |
245 """ |