2017 © Pedro Peláez
 

library sculpin-codeblock

A Sculpin bundle for using the ramsey/twig-codeblock extension for defining blocks of code for syntax highlighting (with Pygments) and more.

image

ramsey/sculpin-codeblock

A Sculpin bundle for using the ramsey/twig-codeblock extension for defining blocks of code for syntax highlighting (with Pygments) and more.

  • Thursday, March 17, 2016
  • by ramsey
  • Repository
  • 1 Watchers
  • 2 Stars
  • 87 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Codeblock Bundle for Sculpin

This Sculpin bundle provides the Codeblock extension for Twig to Sculpin sites., (*1)

This project adheres to a Contributor Code of Conduct. By participating in this project and its community, you are expected to uphold this code., (*2)

Installation

Add ramsey/sculpin-codeblock as a requirement to your sculpin.json file and run sculpin install., (*3)

Then, add the bundle to your SculpinKernel. For example:, (*4)

php <?php class SculpinKernel extends \Sculpin\Bundle\SculpinBundle\HttpKernel\AbstractKernel { protected function getAdditionalSculpinBundles() { return array( 'Ramsey\Sculpin\Bundle\CodeBlockBundle\RamseySculpinCodeBlockBundle', ); } }, (*5)

For more information, see the Sculpin Configuration documentation., (*6)

TODO

  • Write tests for this package

The Versions

17/03 2016

dev-master

9999999-dev https://github.com/ramsey/sculpin-codeblock

A Sculpin bundle for using the ramsey/twig-codeblock extension for defining blocks of code for syntax highlighting (with Pygments) and more.

  Sources   Download

MIT

The Requires

 

twig extension bundle pygments pygmentize syntax sculpin highlighting

28/02 2015

1.0.0

1.0.0.0 https://github.com/ramsey/sculpin-codeblock

A Sculpin bundle for using the ramsey/twig-codeblock extension for defining blocks of code for syntax highlighting (with Pygments) and more.

  Sources   Download

MIT

The Requires

 

twig extension bundle pygments pygmentize syntax sculpin highlighting