Vim 7.4 syntax highlighting for Groovy treats slash '/' as beginning of regular expression in groovy, which is all cool unless you try to divide two things (like val3 = val1 / val2), which results in the following rest of code looking as if it was a string literal or comment.
More details + workaround are posted there http://stackoverflow.com/questions/26518938/vim-wrong-syntax-highlighting-in-groovy But it took me a while to figure it out and it'd be great if next version of vim had this bug automatically solved (and yup I'm aware that there seems to be a conflict if we want to have regexps like /this/ and dividing symbol '/' at the same time, but I believe it can be somehow reasonably figured out :) ). -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
