Would it be in principle possible to ( additionally ) create something like a TEMPLATE section for inlining the templates to make it easier to create a suitable syntax-highlighting for the template, since the DATA section has mostly its own syntax-highlighting?

link|improve this question

feedback

2 Answers

I just recently read Ovid's article on highlighting SQL HEREDOCs. I think similar approach could be used for templates.

link|improve this answer
feedback

You didn't mention what text editor are you using, but for VIM there is a Mojo templates Syntax file that can highlight .ep and .epl Mojolicious templates in __DATA__ sections.

link|improve this answer
I'm using KWrite as editor, but I still tried to test mojo.vim. Unfortunately I had problems with the installation of Text:: VimColor(I suppose Text::VimColor is required for mojo.vim). Since Vim is not my first-choice-editor I didn't pursue the Text::VimColor installationsproblems. – sid_com Jul 23 '11 at 18:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.