Vimbits
Vimbits copied to clipboard
syntax highlighting seems flawed when there are comments
When a vimbit has a comment, it seems the syntax highlighting gets messed up.
One example: http://vimbits.com/bits/231 Another example: http://vimbits.com/bits/128
I'm using http://code.google.com/p/google-code-prettify/ which, by default, tries to guess the syntax. It's not very good at vimrc, since " is a comment in vimrc, but the opening to a string in every other language. I'm pretty sure that's what's messing it up, not the presence of comments.
Definitely need to fix this, of course- probably by writing a .vimrc syntax file for Prettify.