phoenixframework / vscode-phoenix

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

Replace deprecated comment syntax #14

Closed balexand closed 1 year ago

balexand commented 1 year ago

From https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.HTMLFormatter.html#module-inline-comments-comment:

Inline comments <%# comment %> are deprecated and the formatter will discard them silently from templates. You must change them to the multi-line comment <%!-- comment --%> on Elixir v1.14+ or the regular line comment <%= # comment %>.

chrismccord commented 1 year ago

❤️❤️❤️🐥🔥