2017 © Pedro Peláez
 

symfony-bundle syntax-highlight-bundle

Raindrop Symfony Syntax Highlight Bundle

image

raindrop/syntax-highlight-bundle

Raindrop Symfony Syntax Highlight Bundle

  • Wednesday, April 18, 2018
  • by teito79
  • Repository
  • 1 Watchers
  • 2 Stars
  • 133 Installations
  • JavaScript
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

SyntaxHighlightBundle

This bundle includes Code Mirror js library for textarea code highlighting

Documentation and examples are available at Code Mirror Official Website, (*1)

See a basic usage here and code inclusion here, (*2)

A twig highlighter mode is into roadmap., (*3)

===, (*4)

INSTALLATION:

First add the dependency to your composer.json file:, (*5)

"require": {
    ...
    "raindrop/syntax-highlight-bundle": "dev-master"
},

Then install the bundle with the command:, (*6)

php composer.phar update

Enable the bundle in your application kernel:, (*7)

``` php <?php // app/AppKernel.php, (*8)

public function registerBundles() { $bundles = array( // ... new Raindrop\SyntaxHighlightBundle\RaindropSyntaxHighlightBundle(), ); } ```, (*9)

Now install assets:, (*10)

php app/console assets:install [--symlink]

The Versions

18/04 2018

3.0.x-dev

3.0.9999999.9999999-dev https://github.com/raindropdevs

Raindrop Symfony Syntax Highlight Bundle

  Sources   Download

MIT

The Requires

 

html editor syntax highlight

18/04 2018

1.3.0

1.3.0.0 https://github.com/raindropdevs

Raindrop Symfony Syntax Highlight Bundle

  Sources   Download

MIT

The Requires

 

html editor syntax highlight

17/09 2013

2.3.x-dev

2.3.9999999.9999999-dev https://github.com/raindropdevs

Raindrop Symfony Syntax Highlight Bundle

  Sources   Download

MIT

The Requires

 

html editor syntax highlight

18/05 2013

dev-master

9999999-dev https://github.com/raindropdevs

Raindrop Symfony Syntax Highlight Bundle

  Sources   Download

MIT

The Requires

 

html editor syntax highlight

25/04 2013

0.9.1beta

0.9.1.0-beta https://github.com/raindropdevs

Raindrop Symfony Syntax Highlight Bundle

  Sources   Download

MIT

The Requires

 

html editor syntax highlight