Closed leandrocp closed 4 years ago
@JakeBecker or @OvermindDL1 can you take a look ? It's not recognizing .html.leex
files as HTML (Leex). Instead, it's resolving it as Plain text, but I don't know what's missing.
I don't really know vscode well, I more use emacs and atom due to features still lacking in vscode and its plugins... ^.^;
I believe it's all set and working:
@JakeBecker care to take a look ?
Updated with master:
On the left you can see #129 and on the right is the support for .leex
and .html.leex
files (added on this PR)
This project has moved!
It's now being maintained by proactive volunteers from the Elixir community over at elixir-lsp/vscode-elixir-ls. The main ElixirLS codebase is now at elixir-lsp/elixir-ls. Updates will continue to be published from that repo to the original VS Code extension, so no need to switch plugins.
If you're still interested in merging this PR, please do the following:
Thank you!
Create a new config based on existing EEx and HTML (EEx) to support
.html.leex
and.leex
files.See https://github.com/JakeBecker/elixir-ls/pull/163