It would be nice to have syntax support for .html.leex files, the file extension used by Phoenix LiveView templates.
It's the same syntax as regular HTML (EEx) files, so the solution would be a one-liner in /Syntaxes/HTML (EEx).tmLanguage by adding <string>html.leex</string> to the fileTypes array.
It would be nice to have syntax support for
.html.leex
files, the file extension used by Phoenix LiveView templates.It's the same syntax as regular HTML (EEx) files, so the solution would be a one-liner in
/Syntaxes/HTML (EEx).tmLanguage
by adding<string>html.leex</string>
to thefileTypes
array.I can make a PR if you want.