On Feb 7, 2013 10:42 AM, "Tomasz Chomiuk" <[email protected]> wrote: > > Hi, > > It looks like syntax highlighting for Mason files doesn't work > properly in vim 7.3. I thought it was my OS' configuration that > screwed things up but I compiled both 7.3 and 6.4 from sources and > problem does exist on a clean 7.3 installation. 6.4 is fine. Please > check. Thanks! > > --- test.mason --- > > <%init> > if (1) { > ; > } > </%init>
This was broken by a change in syntax/perl.vim in changeset c9022997af9e. There's a bug report upstream, https://github.com/vim-perl/vim-perl/issues/40, but no resolution do far. There was a suggestion this may be a bug in Vim, and the topic was raised previously on this list, http://threads.gmane.org/gmane.editors.vim.devel/33630, but no discussion happened. Cheers, James -- -- 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/groups/opt_out.
