Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ejaz-ahmed opened this issue May 12, 2015 · 1 comment
Open

Comments

@ejaz-ahmed
Copy link

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
Copy link

bindiry commented Sep 8, 2015

+1

erb files have the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants