PHPackages                             raindrop/syntax-highlight-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. raindrop/syntax-highlight-bundle

ActiveSymfony-bundle

raindrop/syntax-highlight-bundle
================================

Raindrop Symfony Syntax Highlight Bundle

1.3.0(8y ago)31472MITJavaScriptPHP &gt;=5.3.3

Since Apr 25Pushed 8y ago1 watchersCompare

[ Source](https://github.com/raindropdevs/RaindropSyntaxHighlightBundle)[ Packagist](https://packagist.org/packages/raindrop/syntax-highlight-bundle)[ Docs](https://github.com/raindropdevs)[ RSS](/packages/raindrop-syntax-highlight-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

\#SyntaxHighlightBundle

\####This bundle includes Code Mirror js library for textarea code highlighting Documentation and examples are available at [Code Mirror Official Website](http://codemirror.net/)

See a basic usage [here](https://github.com/raindropdevs/RaindropTwigLoaderBundle/blob/master/Resources/public/js/templateAdmin.js) and code inclusion [here](https://github.com/raindropdevs/RaindropTwigLoaderBundle/blob/master/Resources/views/templateCRUD.html.twig)

A twig highlighter mode is into roadmap.

===

### **INSTALLATION**:

[](#installation)

First add the dependency to your `composer.json` file:

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

```

Then install the bundle with the command:

```
php composer.phar update

```

Enable the bundle in your application kernel:

```
