--- a/src/eric7/QScintilla/DocstringGenerator/__init__.py Tue Apr 02 12:41:05 2024 +0200 +++ b/src/eric7/QScintilla/DocstringGenerator/__init__.py Thu Apr 04 10:09:56 2024 +0200 @@ -20,6 +20,7 @@ @rtype BaseDocstringGenerator """ if editor.isPyFile() or editor.getFileType() in ( + "Cython", "Python", "Python3", "MicroPython",