sublime-text-plugin icon indicating copy to clipboard operation
sublime-text-plugin copied to clipboard

Enable Emmet in Elixir's EEx and HEEx templates

Open distefam opened this issue 2 years ago • 2 comments

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.

distefam avatar May 29 '23 13:05 distefam

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.

sergeche avatar May 31 '23 14:05 sergeche

You are correct, thank you. I was able to append "source.elixir text.html.heex", to the abbreviation_scopes list.

distefam avatar Jul 04 '23 15:07 distefam