Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add filetype support for Elixir's HEEx templates and files #91

Closed
wants to merge 1 commit into from

Commits on Feb 14, 2023

  1. add filetype support for Elixir

    autotag works great for me, but, it does not work in my Elixir files. However, it works perfectly for me when I include the elixir and heex filetypes here. In Elixir speak, the changes to this file allows me to have html tag closing enabled within "HEEx templates and .heex files". It does not enable html tag closing within ".eex" files which is fine as Elixir has moved to using .heex files instead of the older .eex files.
    Much Respect!
    gandhiShepard authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    73d79f3 View commit details
    Browse the repository at this point in the history