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

Support multiline comments #13

Closed totaltrash closed 2 years ago

totaltrash commented 2 years ago

Elixir 1.14 brings new multi line comments <%!-- --%> (https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.HTMLFormatter.html#module-inline-comments-comment). It would be great to have this supported in the vs code extension

totaltrash commented 2 years ago

Fixed in #16