I cannot get VSCode to recognise leex and eex templates

Personally, I would recommend:

  "emmet.includeLanguages": {
    "html-eex": "html"
  },
  "files.associations": {
    "*.eex": "html-eex",
    "*.leex": "html-eex"
  }
6 Likes