If you grep the mason.vim file you will see that both <%def> and <%method>
block delimiters are covered.

eg. egrep '(method|def)' /usr/share/vim/vim63/syntax/mason.vim

returns:

"  - Add match for component names in <%def> and <%method> block delimiters.
syn region masonDef matchgroup=Delimiter start="<%def[^>]*>" end="</%def>"
[EMAIL PROTECTED]
syn region masonMethod matchgroup=Delimiter start="<%method[^>]*>"
end="</%method>" [EMAIL PROTECTED]
" Set up default highlighting. Almost all of this is done in the included
                com -nargs=+ HiLink hi def link <args>

Jim

2008/9/22 Louis-David Mitterrand
<[EMAIL PROTECTED]<[EMAIL PROTECTED]>
>

> Hi,
>
> Has anyone improved on the current mason.vim highlighting file? Its last
> change is marked "2003 May 11"
>
> In particular, has anyone addressed this TODO item?
>
>        - Add match for component names in <%def> and <%method> block
> delimiters.
>
> Right now any perl code withing <%def> and <%method> is not highlighted.
>
> Thanks,
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Mason-users mailing list
> Mason-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mason-users
>



-- 
Jim Rey
48 Laburnum Park
Bradshaw
Bolton BL2 3BU
United Kingdom
Tel: 01204 593 222
Mob: 07816 751 874
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to