From bf3aa41aeafc58095080981e991ba579785e596d Mon Sep 17 00:00:00 2001 From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Fri, 23 Jun 2023 08:54:21 +0000 Subject: [PATCH] [Minor] Fix missing and superflous comma Thanks, @moisseev! --- src/plugins/lua/mime_types.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/lua/mime_types.lua b/src/plugins/lua/mime_types.lua index 24c107fec..428637d70 100644 --- a/src/plugins/lua/mime_types.lua +++ b/src/plugins/lua/mime_types.lua @@ -45,10 +45,10 @@ local settings = { extension_map = { -- extension -> mime_type html = 'text/html', htm = 'text/html', - pdf = 'application/pdf' + pdf = 'application/pdf', shtm = 'text/html', shtml = 'text/html', - txt = 'text/plain', + txt = 'text/plain' }, bad_extensions = { -- 2.39.5