MatchTagAlways
MatchTagAlways copied to clipboard
Filetype detection is not working for gsp (groovy server pages)
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, }
+1
erb files have the same problem.