So to add Live EEx template support, combining replies above, do:
Preferences → Settings → Search for “files: associations”, edit in settings.json:
"files.associations": {
"*.html.leex": "HTML (EEx)"
}
So to add Live EEx template support, combining replies above, do:
Preferences → Settings → Search for “files: associations”, edit in settings.json:
"files.associations": {
"*.html.leex": "HTML (EEx)"
}