Added support for python comments.

Signed-off-by: Martin Grenfell <martin_grenfell@msn.com>
This commit is contained in:
Arthur Debert
2009-09-02 23:02:42 +08:00
committed by Martin Grenfell
parent e32c0b9675
commit ae430a62fc

View File

@@ -539,6 +539,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
call s:MapDelimiters('#', '')
elseif a:filetype ==? "ptcap"
call s:MapDelimiters('#', '')
elseif a:filetype ==? "python"
call s:MapDelimiters('#','')
elseif a:filetype ==? "radiance"
call s:MapDelimiters('#', '')
elseif a:filetype ==? "ratpoison"