MatchTagAlways icon indicating copy to clipboard operation
MatchTagAlways copied to clipboard

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

Open ejaz-ahmed opened this issue 9 years ago • 1 comments

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, }

ejaz-ahmed avatar May 12 '15 02:05 ejaz-ahmed

+1

erb files have the same problem.

bindiry avatar Sep 08 '15 09:09 bindiry