Searched defs:syntax_highlight (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
H A Dexceptions.py237 global syntax_highlight, pygments_html_formatter
238 from mako.ext.pygmentplugin import syntax_highlight,\
242 global syntax_highlight, pygments_html_formatter
245 def syntax_highlight(filename='', language=None): function in function:_install_fallback
271 from mako.exceptions import RichTraceback, syntax_highlight,\
342 ${lines[index] | syntax_highlight(language='mako')}
348 ${lines[index] | syntax_highlight(language='mako')}
363 <div class="sourceline">${line | syntax_highlight(filename)}</div>
239 pygments_html_formatter namespace

Completed in 78 milliseconds