phoenixframework / vscode-phoenix

Syntax highlighting support for Phoenix templates in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=phoenixframework.phoenix
MIT License
160 stars 10 forks source link

Update Emmet Support Instructions for ~H sigil #11

Open miXwui opened 2 years ago

miXwui commented 2 years ago

Instructions for using emmet with ~H sigils

I had to also add this line:

"emmet.includeLanguages": {
...
  "elixir": "html"
},

to get Emmet abbreviations to work inside ~H sigils.

Addition to https://github.com/phoenixframework/vscode-phoenix/issues/8 and https://github.com/phoenixframework/vscode-phoenix/pull/10

EDIT: Actually, not sure if this belongs here since it's ~H sigils are in Elixir .ex files :man_shrugging: