Robert Rollins
unread,Oct 15, 2010, 3:16:08 PM10/15/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Mako Templates for Python
Hi all! My code shop recently decided to switch to using Mako
templates, and I'm really liking Mako compared to psp (barf!). We all
use Eclipse for our Python coding, though, and unfortunately Mako and
Eclipse really don't seem to get along very well. The best I've been
able to manage is associating our Mako files with the Aptana HTML
Editor, but it barfs pretty bad on Mako's <% /> syntax.
So, I'm wondering a few things:
1. Is there an existing solution for making Eclipse properly highlight
Mako templates? I read about EclipseColorer on this list and
installed it, but I haven't managed to make it work unless I name my
files with the .mako extension, which I can't do for various reasons.
2. How could I create my own solution for Eclipse?
3. If that fails, are there any editors (for OSX) that *can* properly
highlight Mako templates?