Пример #1
0
def remove_project(ini, projectnames):
    if 'mako' in projectnames:
        common.remove_acp_highlight(ini, '.mko', ['html.acp', 'makohtml.acp'],
                                    'makotmp')
Пример #2
0
def remove_project(ini, projectnames):
    if 'ReST' in projectnames:
        common.remove_acp_highlight(ini, '.txt', 'rst.acp', 'rst')
Пример #3
0
def remove_project(ini, projectnames):
    if 'web2py' in projectnames:
        common.remove_acp_highlight(ini, '.html', ['html.acp', 'web2py_html.acp'], 'web2pyview')
        common.remove_acp_highlight(ini, '.py', ['web2py_py.acp'], 'python')
Пример #4
0
def remove_project(ini, projectnames):
    if 'ReST' in projectnames:
        common.remove_acp_highlight(ini, '.txt', 'rst.acp', 'rst')
Пример #5
0
def remove_project(ini, projectnames):
    if 'django' in projectnames:
        common.remove_acp_highlight(ini, '.html',
                                    ['html.acp', 'django_html.acp'],
                                    'djangotmp')
Пример #6
0
def remove_project(ini, projectnames):
    if "django" in projectnames:
        common.remove_acp_highlight(ini, ".html", ["html.acp", "django_html.acp"], "djangotmp")
Пример #7
0
def remove_project(ini, projectnames):
    if 'mako' in projectnames:
        common.remove_acp_highlight(ini, '.mko', ['html.acp', 'makohtml.acp'], 'makotmp')
Пример #8
0
def remove_project(ini, projectnames):
    if 'django' in projectnames:
        common.remove_acp_highlight(ini, '.html', ['html.acp', 'django_html.acp'], 'djangotmp')
Пример #9
0
def remove_project(ini, projectnames):
    if 'Markdown' in projectnames:
        common.remove_acp_highlight(ini, '.md', 'md.acp', 'md')
Пример #10
0
def remove_project(ini, projectnames):
    if 'Markdown' in projectnames:
        common.remove_acp_highlight(ini, '.md', 'md.acp', 'md')