18 lines
495 B
Text
18 lines
495 B
Text
[babel.extractors]
|
|
mako = mako.ext.babelplugin:extract
|
|
|
|
[console_scripts]
|
|
mako-render = mako.cmd:cmdline
|
|
|
|
[lingua.extractors]
|
|
mako = mako.ext.linguaplugin:LinguaMakoExtractor
|
|
|
|
[pygments.lexers]
|
|
css_mako = mako.ext.pygmentplugin:MakoCssLexer
|
|
html_mako = mako.ext.pygmentplugin:MakoHtmlLexer
|
|
js_mako = mako.ext.pygmentplugin:MakoJavascriptLexer
|
|
mako = mako.ext.pygmentplugin:MakoLexer
|
|
xml_mako = mako.ext.pygmentplugin:MakoXmlLexer
|
|
|
|
[python.templating.engines]
|
|
mako = mako.ext.turbogears:TGPlugin
|