sublime-text-plugin
sublime-text-plugin copied to clipboard
Enable Emmet in Elixir's EEx and HEEx templates
Would it be possible to add support for Elixir files with embedded HTML? They are supported in VSCode using Emmet so it should be possible I think.
I think you can add support via preferences by passing proper scope selectors for your syntax.
You should check syntax_scopes and abbreviation_scopes options.
You are correct, thank you. I was able to append "source.elixir text.html.heex", to the abbreviation_scopes list.