File mime.t artifact 2e40a434e4 part of check-in 7c8769bf96
local knowntypes = {
['text/csrc'] = {
ext = 'c', lang = 'c';
};
['text/html'] = {
ext = 'html', lang = 'html';
unsafe = true;
};
['text/markdown'] = {
formatter = 'smackdown';
ext = 'md', doc = true;
};
}