rouge-ruby / rouge

A pure Ruby code highlighter that is compatible with Pygments
https://rouge.jneen.net/
Other
3.33k stars 735 forks source link

Blade syntax highlighting #1100

Open Jamesking56 opened 5 years ago

Jamesking56 commented 5 years ago

Support Laravel's Blade templating engine for syntax highlighting. https://laravel.com/docs/5.8/blade

Extension is .blade.php.

pyrmont commented 5 years ago

@Jamesking56 Thanks for filing this issue :)

Rouge mostly relies on the support of our community for new language lexers. We have quite a backlog at the moment but always encourage new language lexer submissions to be submitted via PR. If you'd like to contribute, please feel free. The documentation is a little sparse at the moment but I'm looking to improve that. There is a draft of a new guide on lexer development that might be helpful :)