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 6dfcd42 commit 74b05a4Copy full SHA for 74b05a4
src/lua/project-create/metamanifest/metamanifest.lua
@@ -194,7 +194,7 @@ wrapper =
194
};
195
196
-- how values must be wrapped in file names, eg. lib-%+PROJECT_NAME+.lua
197
- fs = { left = escape_lua_pattern("%+"); right = escape_lua_pattern("+"); };
+ fs = { left = "%+"; right = "+"; };
198
}
199
200
modificators =
0 commit comments