src/eric7/DocumentationTools/__init__.py

branch
eric7
changeset 9221
bf71ee032bb4
parent 9209
b99e7fd55fd3
child 9364
83dea9e54ff4
equal deleted inserted replaced
9220:e9e7eca7efee 9221:bf71ee032bb4
7 Package implementing the source code documentation tools. 7 Package implementing the source code documentation tools.
8 """ 8 """
9 9
10 supportedExtensionsDictForApis = { 10 supportedExtensionsDictForApis = {
11 "Python3": [".py", ".pyw", ".py3", ".pyw3"], 11 "Python3": [".py", ".pyw", ".py3", ".pyw3"],
12 "Ruby": [".rb"] 12 "Ruby": [".rb"],
13 } 13 }

eric ide

mercurial