mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
add application/ld+json (WEB-37374)
This commit is contained in:
@@ -10,7 +10,7 @@ public class JsonLanguage extends Language {
|
||||
}
|
||||
|
||||
private JsonLanguage() {
|
||||
super("JSON", "application/json", "application/vnd.api+json", "application/hal+json");
|
||||
super("JSON", "application/json", "application/vnd.api+json", "application/hal+json", "application/ld+json");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user