Visual studio code html.eex support

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)"
    }