I'm using pylons with mako html templating.  Mako parses an html file for <%def name="somefunc()"> and <%inherit file="somefile"> along with a few other tags.  I tried playing around with the ignore.tags configuration but can't seem to get it to stop breaking the html highlighting after the <%. 

Here's a screenshot: http://lh6.ggpht.com/_CkfrACggM6Q/TPWuI4Ad9VI/AAAAAAAAA1M/epAbvInVXqM/Screenshot.png

Thanks.