If you're anything like me, you must absolutely love ViM and it frustrates me no end that there is no easy way of syntax highlighting your code. I've previously used vimcolor written by drupal and I found that it was pretty good as it leverages ViM's syntax highlighting to highlight code. Some kind person has added this functionality to WordPress here and all you need to do is to insert the plugin, then edit your css file and markup the text with the following code:
<code type="yourtype">
your code
</code >
Popularity: 10% [?]


Latest Comments