Exemplo n.º 1
0
def set_project(ini, projectnames):
    if 'mako' in projectnames:
        common.set_acp_highlight(ini, '.mko', ['html.acp', 'makohtml.acp'],
                                 'makotmp')
Exemplo n.º 2
0
def set_project(ini, projectnames):
    if 'ReST' in projectnames:
        common.set_acp_highlight(ini, '.txt', 'rst.acp', 'rst')
Exemplo n.º 3
0
def set_project(ini, projectnames):
    if 'web2py' in projectnames:
        common.set_acp_highlight(ini, '.html', ['html.acp', 'web2py_html.acp'], 'web2pyview')
        common.set_acp_highlight(ini, '.py', ['web2py_py.acp'], 'python')
Exemplo n.º 4
0
def set_project(ini, projectnames):
    if 'ReST' in projectnames:
        common.set_acp_highlight(ini, '.txt', 'rst.acp', 'rst')
Exemplo n.º 5
0
def set_project(ini, projectnames):
    if 'django' in projectnames:
        common.set_acp_highlight(ini, '.html', ['html.acp', 'django_html.acp'],
                                 'djangotmp')
Exemplo n.º 6
0
def set_project(ini, projectnames):
    if "django" in projectnames:
        common.set_acp_highlight(ini, ".html", ["html.acp", "django_html.acp"], "djangotmp")
Exemplo n.º 7
0
def set_project(ini, projectnames):
    if 'mako' in projectnames:
        common.set_acp_highlight(ini, '.mko', ['html.acp', 'makohtml.acp'], 'makotmp')
Exemplo n.º 8
0
def set_project(ini, projectnames):
    if 'django' in projectnames:
        common.set_acp_highlight(ini, '.html', ['html.acp', 'django_html.acp'], 'djangotmp')
Exemplo n.º 9
0
def set_project(ini, projectnames):
    if 'Markdown' in projectnames:
        common.set_acp_highlight(ini, '.md', 'md.acp', 'md')
Exemplo n.º 10
0
def set_project(ini, projectnames):
    if 'Markdown' in projectnames:
        common.set_acp_highlight(ini, '.md', 'md.acp', 'md')