Skip to content

Commit 988f335

Browse files
committed
Add support for elixir heex files
1 parent e239a56 commit 988f335

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/nvim-ts-autotag/config/plugin.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ local Setup = {
136136
["htmldjango"] = "html",
137137
["markdown"] = "html",
138138
["elixir"] = "html",
139+
["heex"] = "html",
139140
["php"] = "html",
140141
["twig"] = "html",
141142
["blade"] = "html",

0 commit comments

Comments
 (0)