On Thursday, July 18, 2013 4:15:22 PM UTC-4, Marcin Szamotulski wrote:
> Writting a pattern which has to match all the languages is not the best
> idea.  But maybe refining the pattern would help:
> 
> ^--[a-zA-Z ,^-]\{-}--$

No, I mean:

syn region svnRegion
start="^--This line, and those below, will be ignored--$" 
start="^--<German language text>--$" 
start="^--<French language text>--$" 
...
end="\%$" contains=ALL

since syn region can take multiple start conditions.

...Stu

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to