vscode config for elixir , emmet with eex
"emmet.triggerExpansionOnTab": true,
"files.associations": { "*.js": "javascript", "*.ex": "elixir", "*.exs": "elixir", "*.eex": "html", "*.html.eex": "html", "*.leex": "html", "*.html.leex": "html",
"*.erb":"html" }