Added GeshiBundle to highlight source code

Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely Polonkai (W00d5t0ck)
2012-09-04 10:42:20 +02:00
parent 4a07b2e120
commit ea325aab7f
8 changed files with 180 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
<?php
require __DIR__ . '/../vendor/easybook/geshi/geshi.php';
use Symfony\Component\HttpKernel\Kernel;
use Symfony\Component\Config\Loader\LoaderInterface;
@@ -21,6 +22,7 @@ class AppKernel extends Kernel
new JMS\SecurityExtraBundle\JMSSecurityExtraBundle(),
new Io\TcpdfBundle\IoTcpdfBundle(),
new GergelyPolonkai\FrontBundle\GergelyPolonkaiFrontBundle(),
new GergelyPolonkai\GeshiBundle\GergelyPolonkaiGeshiBundle(),
);
if (in_array($this->getEnvironment(), array('dev', 'test'))) {