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
parent 0ad325e5d7
commit d2be63b3d7

View file

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