Skip to content

Commit

Permalink
[Minor] Fix missing and superflous comma
Browse files Browse the repository at this point in the history
Thanks, @moisseev!
  • Loading branch information
twesterhever committed Jun 23, 2023
1 parent b1a9353 commit bf3aa41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/lua/mime_types.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit bf3aa41

Please sign in to comment.