Syntax highlighting support for Phoenix templates.
- Support syntax highlighting for
.heex
files - Extends Elixir's syntax highlighting to support HEEx's syntax inside
~H
To use emmet with .heex
file extensions, include the options below in your settings:
"emmet.includeLanguages": {
"phoenix-heex": "html"
}
Copyright (c) 2021, Marlus Saraiva.
Source code is licensed under the MIT License.