RefactoringRope/CodeAssistServer.py

changeset 337
cfff39f4594d
parent 335
9438c2ed7732
child 346
877cac2e8d94
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):

eric ide

mercurial