Valloric / MatchTagAlways

A Vim plugin that always highlights the enclosing html/xml tags
http://valloric.github.com/MatchTagAlways/
GNU General Public License v3.0
540 stars 24 forks source link

Filetype detection is not working for gsp (groovy server pages) #21

Open ejaz-ahmed opened 9 years ago

ejaz-ahmed commented 9 years ago

Hi, I was trying to use MTA for gsp (groovy server pages) which is similar to jsp. I have used following option but it is not working for gsp. Html and xml are working fine. Can you look into it? let g:mta_filetypes = { \ 'html' : 1, \ 'xhtml' : 1, \ 'xml' : 1, \ 'gsp' : 1, \ 'jinja' : 1, }

bindiry commented 9 years ago

+1

erb files have the same problem.