[Assorted-commits] SF.net SVN: assorted:[963] configs/trunk/src/vim
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-09-11 07:11:02
|
Revision: 963 http://assorted.svn.sourceforge.net/assorted/?rev=963&view=rev Author: yangzhang Date: 2008-09-11 07:11:12 +0000 (Thu, 11 Sep 2008) Log Message: ----------- added mako vim support Modified Paths: -------------- configs/trunk/src/vim/syntax/mako.vim Added Paths: ----------- configs/trunk/src/vim/ftdetect/mako.vim Added: configs/trunk/src/vim/ftdetect/mako.vim =================================================================== --- configs/trunk/src/vim/ftdetect/mako.vim (rev 0) +++ configs/trunk/src/vim/ftdetect/mako.vim 2008-09-11 07:11:12 UTC (rev 963) @@ -0,0 +1 @@ +au BufRead,BufNewFile *.mako set filetype=mako Modified: configs/trunk/src/vim/syntax/mako.vim =================================================================== --- configs/trunk/src/vim/syntax/mako.vim 2008-09-11 07:08:52 UTC (rev 962) +++ configs/trunk/src/vim/syntax/mako.vim 2008-09-11 07:11:12 UTC (rev 963) @@ -80,4 +80,4 @@ delc HiLink endif -let b:current_syntax = "eruby" +let b:current_syntax = "mako" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |