In VIM, when editing .java
files, I'm seeing the syntax highlighter being thrown off by the <
and >
characters inside of comment blocks.
It seems to expect me to close the <
characters with a >
.
Here's an example:
/**
* `<` <-- this character causes a syntax error
*/
Using VIM with Syntastic.
Any idea what's going on?