1 2 3 4 5 6 7 8 9
local m = {} m.exts = { js = 'application/javascript', html = 'text/html', css = 'text/css', } return m