HighlightBundle
HighlightBundle copied to clipboard
A bundle for symfony2. The purpose is highlighting source code in template with a choiced highlighter (pygment, geshi, highlight...)
The current call "enable_keyword_links" is not surfaced to the config. The config should be coded so that it can be automatically picked up from the yml.
When using a provider, Symfony 2.2 crashes ``` {% highlight 'php' ['geshi'] %} test {% endhighlight %} ``` outputs this: ``` ob_start(); // line 41 echo " test "; $context['source_321381366344038']...
InvalidArgumentException: There is no extension able to load the configuration for "sensio_framework_extra" (in vendor/nicodmf/highlight-bundle/Highlight/Bundle/Resources/config/config.yml). You don't have sensio_framework_extra dependency in your composer.json.