mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-24 15:01:14 +00:00
18 lines
512 B
Text
18 lines
512 B
Text
[babel.extractors]
|
|
mako = mako.ext.babelplugin:extract [babel]
|
|
|
|
[console_scripts]
|
|
mako-render = mako.cmd:cmdline
|
|
|
|
[lingua.extractors]
|
|
mako = mako.ext.linguaplugin:LinguaMakoExtractor [lingua]
|
|
|
|
[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
|