The last version of the HTML spec now defines a way to specify the programming language in the markup.
Example:
<pre><code class="language-pascal">var i: Integer;
begin
i := 1;
end.</code></pre>
Can a new version of the plugin be updated to use this syntax?