Artifact b6a24abaaf7b46d96eb84052b6f6719825a7d2f9e899ac5da570f4f38618ef87:
- 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]
local knowntypes = {
['text/csrc'] = {
ext = 'c', lang = 'c';
};
['text/html'] = {
ext = 'html', lang = 'html';
unsafe = true;
};
['text/x-lua'] = {
ext = 'lua', lang = 'lua';
};
['text/markdown'] = {
formatter = 'smackdown';
ext = 'md', doc = true;
};
}