Chapel syntax highlighting should work in Jekyll using pygments, as described [here](https://jekyllrb.com/docs/templates/#code-snippet-highlighting). We should be able to enable syntax highlighting with: ``` {% highlight chapel %} // chapel code here {% endhighlight %} ```