RefactoringRope/CodeAssistServer.py

changeset 315
7e173652a1f9
parent 302
2e853e2f2430
child 320
91b171fdd85f
equal deleted inserted replaced
314:0c1cd8ed44dd 315:7e173652a1f9
128 }) 128 })
129 elif name == "Python3": 129 elif name == "Python3":
130 self.__editorLanguageMapping.update({ 130 self.__editorLanguageMapping.update({
131 "Python3": "Python3", 131 "Python3": "Python3",
132 "Pygments|Python 3": "Python3", 132 "Pygments|Python 3": "Python3",
133 "MicroPython": "Python3",
133 }) 134 })
134 135
135 def isSupportedLanguage(self, language): 136 def isSupportedLanguage(self, language):
136 """ 137 """
137 Public method to check, if the given language is supported. 138 Public method to check, if the given language is supported.

eric ide

mercurial