feat(mime-ext): add terraform types & remove duplicated js line (#31)
Co-authored-by: sxyazi <sxyazi@gmail.com>
This commit is contained in:
@@ -317,6 +317,7 @@ local EXTS = {
|
||||
h264 = "video/h264",
|
||||
hal = "application/vnd.hal+xml",
|
||||
hbci = "application/vnd.hbci",
|
||||
hcl = "text/hcl",
|
||||
hdf = "application/x-hdf",
|
||||
hh = "text/c",
|
||||
hlp = "application/winhlp",
|
||||
@@ -376,7 +377,6 @@ local EXTS = {
|
||||
jpgv = "video/jpeg",
|
||||
jpm = "video/jpm",
|
||||
js = "text/javascript",
|
||||
js = "text/javascript",
|
||||
json = "application/json",
|
||||
jsonc = "application/json",
|
||||
jsonml = "application/jsonml+json",
|
||||
@@ -819,8 +819,12 @@ local EXTS = {
|
||||
texi = "application/x-texinfo",
|
||||
texinfo = "application/x-texinfo",
|
||||
text = "text/plain",
|
||||
tf = "text/hcl",
|
||||
tfi = "application/thraud+xml",
|
||||
tfm = "application/x-tex-tfm",
|
||||
tfrc = "text/hcl",
|
||||
tfstate = "application/json",
|
||||
tfvars = "text/hcl",
|
||||
tga = "image/x-tga",
|
||||
thmx = "application/vnd.ms-officetheme",
|
||||
tif = "image/tiff",
|
||||
|
||||
Reference in New Issue
Block a user