add support for txt2tags

This commit is contained in:
Martin Grenfell
2008-10-03 23:19:31 +13:00
parent c2a3f093ae
commit d6282ef7a3
2 changed files with 6 additions and 3 deletions

View File

@@ -811,6 +811,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
call s:MapDelimiters('#', '')
elseif a:filetype == "tssgm"
call s:MapDelimiters("comment = '","'")
elseif a:filetype == "txt2tags"
call s:MapDelimiters('%','')
elseif a:filetype == "uc"
call s:MapDelimitersWithAlternative('//','', '/*','*/')
elseif a:filetype == "uil"