-
Notifications
You must be signed in to change notification settings - Fork 12
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
Support configurable file extension #3
Comments
Will this work with file types that vscode already recognizes, like |
No, this breaks syntax highlight for internal languages. |
Hello, this seems promising 🤞 , but my editor doesn't recognize that it is i.e. yaml file when its name ends with Is there any solution to this please? |
I'm having the same problem as above |
Maybe configure like
go-template-extra-file-extensions: 'gotmpl'
makes files whose name matched*.gotmpl
can also be identified as an go template file is really useful.The text was updated successfully, but these errors were encountered: