pub fn text_parser() -> impl Fn(&Lua, &str) -> Result<Value> + Send + Sync
Text -> Lua String parser.
Returns the file content as-is as a Lua String. Use for .txt, .sql, .html, .css, etc.
.txt
.sql
.html
.css