I am using Visual Studio Code on a Mac to work on Node.js applications.
Is there a way to make Visual Studio Code recognize EJS files as HTML markup? I didn\'t see any
In Visual Studio 2015 Community I was able to associate the ejs extension with the html editor:
Tools > Options > Text Editor > File Extension
Enter "ejs" in the extension. Pick "HTML Editor" from the dropdown selection. Click Add. Click OK.
If you have an ejs file open, close it and reopen.