add support for SVNinfo

This commit is contained in:
Martin Grenfell
2008-10-03 23:23:08 +13:00
parent d6282ef7a3
commit 226063bfc1
2 changed files with 5 additions and 2 deletions

View File

@@ -771,6 +771,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
call s:MapDelimiters('','')
elseif a:filetype == "SVNdiff"
call s:MapDelimiters('','')
elseif a:filetype == "SVNinfo"
call s:MapDelimiters('','')
elseif a:filetype == "systemverilog"
call s:MapDelimitersWithAlternative('//','', '/*','*/')
elseif a:filetype == "tads"