示例#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')