I want to improve syntax highlighting on my blog written in Jekyll. I've noticed that some languages (e.g. Scala) are not always correctly highlighted by Rouge (it performs wrong tokenization). In the same time GitHub's code examples and Gists are displaying Scala syntax correctly and apparently they use their own library, Linguist, to achieve better results.
Since patching Rouge looks like a long shot, is there a way to use Linguist to tokenize and create CSS for highlighting server-side?