Does anyone know of a syntax highlight for Mako templates for Eclipse or for TextMate?
I know that there is a .mako syntax highlighter for the default text editor in Ubuntu.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I just did some googlin’. There is a Mako bundle (among other syntax highlighters listed here).
I installed it under
~/Library/Application Support/TextMate/Bundles/like so:In TextMate, I did
Bundles | Bundle Editor | Reload Bundles, andMakoshowed up in the menu.It adds new HTML language variant:
HTML (Mako), snippets and stuff like that.Hope this helps.