Add application/vnd.api+json as a valid JSON mime to editorutils
This commit is contained in:
@@ -3,6 +3,7 @@ const mimeToMode = {
|
||||
"text/html": "html",
|
||||
"application/xml": "xml",
|
||||
"application/hal+json": "json",
|
||||
"application/vnd.api+json": "json",
|
||||
"application/json": "json",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user