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

No .ejs support #19

Closed
romsinge opened this issue Nov 23, 2016 · 1 comment
Closed

No .ejs support #19

romsinge opened this issue Nov 23, 2016 · 1 comment

Comments

@romsinge
Copy link

Is it possible to add support for .ejs files ? Or is it more complex than we could think ? Please add support for .ejs files :)

@abusaidm
Copy link
Owner

abusaidm commented Feb 9, 2017

Hello,

now in VSCode you can add to settings.json in your project:

"files.associations": {
        "*.ejs": "html"
    }

This will allow you to use the HTML snippets in .ejs files on that specific project.

@abusaidm abusaidm closed this as completed Feb 9, 2017
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