jekyll-prism-plugin
By gmurphey
The Jekyll Prism plugin is a replacement for native Pygments syntax highlighting in Jekyll. It uses the Prism Syntax Highlighter.
To install, add this to your Gemfile:
gem "jekyll-prism-plugin"
  and run bundle install. To use, run Jekyll with
  bundle exec preceding it:
$ bundle exec jekyll build
$ bundle exec jekyll serve