We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924e79b commit a9cb83cCopy full SHA for a9cb83c
lua/elixir/projectionist/init.lua
@@ -102,6 +102,20 @@ local config = {
102
"end",
103
},
104
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
115
116
117
118
119
["lib/**/channels/*_channel.ex"] = {
120
type = "channel",
121
alternate = "test/{dirname}/channels/{basename}_channel_test.exs",
0 commit comments