Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emmet code expansion for html.eex files while still supporting eex as elixir file #148

Open
titusdecali opened this issue Feb 9, 2019 · 1 comment

Comments

@titusdecali
Copy link

titusdecali commented Feb 9, 2019

I've added the following to my user settings:

    "emmet.syntaxProfiles": { 
        "HTML (Eex)": "html",
    },
    "emmet.includeLanguages": {
        "HTML (Eex)": "html",
    },

However, emmet code expansion for html will only work in .eex files if I change the following from:

    "files.associations": {
        "*.eex": "elixir"
    }

to

    "files.associations": {
        "*.eex": "html"
    }

Is there a way to make vscode see the file as an elixir file, but also enable code expansion with emmet?

I have this extension installed to add elixir code support:
mjmcloug.vscode-elixir

@koutselakismanos
Copy link

Now its "HTML (EEx)" not "HTML (Eex)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants