Add application/vnd.api+json as a valid JSON mime to editorutils

This commit is contained in:
Andrew Bastin
2020-08-19 00:41:06 -04:00
parent 45332b3202
commit 4be1e527fc

View File

@@ -3,6 +3,7 @@ const mimeToMode = {
"text/html": "html",
"application/xml": "xml",
"application/hal+json": "json",
"application/vnd.api+json": "json",
"application/json": "json",
}