Re: syntax coloring regexp

2008-12-20 Thread acarchau.nab...@gmail.com
In my ignorance I filed a bug report, Bram pointed out that this restriction in mentioned in :help syn-multi-line, the \zs causes the problem above. --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. For more information, visit http://www

syntax coloring regexp

2008-12-18 Thread acarchau.nab...@gmail.com
I am trying to create a syntax file and I am having trouble in marking out a comment region. The comment starts with an asterisk with the first non white space character preceding it (including newlines) a semi-colon. The comment ends with a semi colon. For example everything between (and incl