is it possible to add `*.lua` support? for example: `lua/plugin_name/init.lua` ```lua ---- -- This is my function. It does different things to the {required} argument, -- depending upon the [optional] argument. function function_name() end ```