diff -r e2f9518e5490 -r cfff39f4594d RefactoringRope/CodeAssistServer.py --- a/RefactoringRope/CodeAssistServer.py Mon Jun 22 18:08:30 2020 +0200 +++ b/RefactoringRope/CodeAssistServer.py Fri Sep 11 17:36:10 2020 +0200 @@ -120,8 +120,9 @@ if name == "Python3": self.__editorLanguageMapping.update({ "Python3": "Python3", - "Pygments|Python 3": "Python3", "MicroPython": "Python3", + "Pygments|Python": "Python3", + "Pygments|Python 2.x": "Python3", }) def isSupportedLanguage(self, language):