add support for tar

This commit is contained in:
Martin Grenfell
2008-05-15 09:17:51 +12:00
parent 3eea85daa4
commit e92b6f60d5
2 changed files with 3 additions and 1 deletions

View File

@@ -766,6 +766,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
call s:MapDelimiters(';', '')
elseif a:filetype == "tak"
call s:MapDelimiters('$', '')
elseif a:filetype == "tar"
call s:MapDelimiters('', '')
elseif a:filetype == "tasm"
call s:MapDelimiters(';', '')
elseif a:filetype == "tcl"