Skip to content

Commit dc30eb2

Browse files
committed
Add leex/heex to projectionist
1 parent 53946c8 commit dc30eb2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

lua/elixir/projectionist/init.lua

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,20 @@ local config = {
102102
"end",
103103
},
104104
},
105+
["lib/**/live/*_live.html.leex"] = {
106+
type = "leex",
107+
alternate = "test/{dirname}/live/{basename}_live_test.exs",
108+
template = {
109+
"",
110+
},
111+
},
112+
["lib/**/live/*_live.html.heex"] = {
113+
type = "heex",
114+
alternate = "test/{dirname}/live/{basename}_live_test.exs",
115+
template = {
116+
"",
117+
},
118+
},
105119
["lib/**/channels/*_channel.ex"] = {
106120
type = "channel",
107121
alternate = "test/{dirname}/channels/{basename}_channel_test.exs",

0 commit comments

Comments
 (0)