I\'d like to have a good syntax highlighter for my WordPress blog. What options do I have available? I often see one which has well-colored syntax highlighting and options to c
The best way for syntax highlighting is using prismjs, which is completely free with awesome features.
It has support for almost all programming languages, shell scripts and much more.
It is very light weight and it will not bog down your sites speed like other syntax highlighting plugins.
For configuring prismjs you need to do little code tweaks in your function.php file. Follow the turoails in this blog http://skillslane.com/setup-syntax-highlighter-for-wordpress/