Vim wrong syntax highlighting in Groovy
问题 when I do the single slash ( / ) when typing some arithmetic expression (like val1 / val2 ), my vim treats it as a comment for multiple lines ( /* ). The result looks like: I now I can escape it by typing ;/ at the end of that line (which closes the comment), but it is still annoying and I'd like for my vim to behave properly :). I've tried using another vim syntax highlighting package for groovy, I've tried :filetype plugin off in my .vimrc, I've tried purging vim with my settings and