1
0
Fork 0

rm ascii control chars to improve mime detection

This commit is contained in:
Luca Bilke 2024-01-23 14:45:40 +01:00
commit d2be63b3d7

View file

@ -74,13 +74,13 @@ M.opts = function()
n = colors.red, n = colors.red,
i = colors.green, i = colors.green,
v = colors.magenta, v = colors.magenta,
[''] = colors.magenta, [string.char(22)] = colors.magenta,
V = colors.magenta, V = colors.magenta,
c = colors.blue, c = colors.blue,
no = colors.red, no = colors.red,
s = colors.orange, s = colors.orange,
S = colors.orange, S = colors.orange,
[''] = colors.orange, [string.char(19)] = colors.orange,
ic = colors.yellow, ic = colors.yellow,
R = colors.violet, R = colors.violet,
Rv = colors.violet, Rv = colors.violet,