http://www.perlfoundation.org/perl6/index.cgi?perl_6_basics_tablet#multi_line
any how, I have sort of fixed the file on my box but for some reason win the multiple delimiter cases i.e. #`((... )) and #`«««... »»» the syntax highlighting only extends to the first char of the closing delimiter i.e #`<<< ... >>> which is wrong :'( ah well, does any one know how to make it extend to multi char delimiters the entries look like so:
syn region p6Comment
\ matchgroup=p6Comment
\ start="#`<<"
\ skip="<<\%([^>]\|>>\@!\)*>>"
\ end=">>"
\ contains=p6Attention,p6Comment
syn region p6Comment
\ matchgroup=p6Comment
\ start="#`<<<"
\ skip="<<<\%([^>]\|>\%(>>\)\@!\)*>>>"
\ end=">>>"
\ contains=p6Attention,p6Comment
--
.~. In my life God comes first.... /V\ but Linux is pretty high after that :-D /( )\ Francis (Grizzly) Smit ^^-^^ http://www.smit.id.au/
No comments:
Post a Comment