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

  

posted on 2022-03-02 13:30  c3tc3tc3t  阅读(37)  评论(0编辑  收藏  举报