On Oct 18, 5:16 pm, Bjorn Tipling <[EMAIL PROTECTED]> wrote:
> It's not my vim config it's a syntax script available 
> athttp://www.vim.org/scripts/script.php?script_id=1858
>
> You then create a mako file in the .vim/ftdetect folder
>
> :he ftdetect orhttp://vimdoc.sourceforge.net/htmldoc/filetype.html

Thanks, it works.

* Download mako.vim from http://www.vim.org/scripts/script.php?script_id=1858,
copy it to ~/.vim/syntax/.
* Then add this line in ~/.vimrc:

----<----
au BufRead,BufNewFile *.mako set filetype=mako
----<----
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to