Differences From Artifact [2e40a434e4]:
- File mime.t — part of check-in [8d35307a7f] at 2021-01-10 03:54:46 on branch trunk — add memory pool impl, handle various little details, add beginnings of mimelib (user: lexi, size: 222) [annotate] [blame] [check-ins using]
To Artifact [b6a24abaaf]:
- File mime.t — part of check-in [e1ff4f301e] at 2021-01-10 14:26:47 on branch trunk — get some user admin shit working, general cleanups (user: lexi, size: 275) [annotate] [blame] [check-ins using]
2 2 ['text/csrc'] = { 3 3 ext = 'c', lang = 'c'; 4 4 }; 5 5 ['text/html'] = { 6 6 ext = 'html', lang = 'html'; 7 7 unsafe = true; 8 8 }; 9 + ['text/x-lua'] = { 10 + ext = 'lua', lang = 'lua'; 11 + }; 9 12 ['text/markdown'] = { 10 13 formatter = 'smackdown'; 11 14 ext = 'md', doc = true; 12 15 }; 13 16 }