src/eric7/DocumentationTools/__init__.py

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8881
54e42bc2437a
child 9221
bf71ee032bb4
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 # -*- coding: utf-8 -*-
2
3 # Copyright (c) 2003 - 2022 Detlev Offenbach <detlev@die-offenbachs.de>
4 #
5
6 """
7 Package implementing the source code documentation tools.
8 """
9
10 supportedExtensionsDictForApis = {
11 "Python3": [".py", ".pyw", ".py3", ".pyw3"],
12 "Ruby": [".rb"]
13 }

eric ide

mercurial