If I did:
{% highlight C %}
.... code
{% endhighlight %}
For any tab I use between the highlighted C, I'd like the tab size to be 2 rather than 4. Doing {% highlight C tabsize=2 %}
doesn't seem to work in Jekyll 3.
The answers I have seen on SO seem to work for older versions, but not recent versions.