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",
|
h264 = "video/h264",
|
||||||
hal = "application/vnd.hal+xml",
|
hal = "application/vnd.hal+xml",
|
||||||
hbci = "application/vnd.hbci",
|
hbci = "application/vnd.hbci",
|
||||||
|
hcl = "text/hcl",
|
||||||
hdf = "application/x-hdf",
|
hdf = "application/x-hdf",
|
||||||
hh = "text/c",
|
hh = "text/c",
|
||||||
hlp = "application/winhlp",
|
hlp = "application/winhlp",
|
||||||
@@ -376,7 +377,6 @@ local EXTS = {
|
|||||||
jpgv = "video/jpeg",
|
jpgv = "video/jpeg",
|
||||||
jpm = "video/jpm",
|
jpm = "video/jpm",
|
||||||
js = "text/javascript",
|
js = "text/javascript",
|
||||||
js = "text/javascript",
|
|
||||||
json = "application/json",
|
json = "application/json",
|
||||||
jsonc = "application/json",
|
jsonc = "application/json",
|
||||||
jsonml = "application/jsonml+json",
|
jsonml = "application/jsonml+json",
|
||||||
@@ -819,8 +819,12 @@ local EXTS = {
|
|||||||
texi = "application/x-texinfo",
|
texi = "application/x-texinfo",
|
||||||
texinfo = "application/x-texinfo",
|
texinfo = "application/x-texinfo",
|
||||||
text = "text/plain",
|
text = "text/plain",
|
||||||
|
tf = "text/hcl",
|
||||||
tfi = "application/thraud+xml",
|
tfi = "application/thraud+xml",
|
||||||
tfm = "application/x-tex-tfm",
|
tfm = "application/x-tex-tfm",
|
||||||
|
tfrc = "text/hcl",
|
||||||
|
tfstate = "application/json",
|
||||||
|
tfvars = "text/hcl",
|
||||||
tga = "image/x-tga",
|
tga = "image/x-tga",
|
||||||
thmx = "application/vnd.ms-officetheme",
|
thmx = "application/vnd.ms-officetheme",
|
||||||
tif = "image/tiff",
|
tif = "image/tiff",
|
||||||
|
|||||||
Reference in New Issue
Block a user