File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
unreleased
2
2
==========
3
3
4
+ * Add extension ` .csl ` to ` application/vnd.citationstyles.style+xml `
4
5
* Add extension ` .es ` to ` application/ecmascript `
5
6
* Add new upstream MIME types
6
7
Original file line number Diff line number Diff line change 1633
1633
"source" : " iana"
1634
1634
},
1635
1635
"application/vnd.citationstyles.style+xml" : {
1636
- "source" : " iana"
1636
+ "source" : " iana" ,
1637
+ "compressible" : true ,
1638
+ "extensions" : [" csl" ]
1637
1639
},
1638
1640
"application/vnd.claymore" : {
1639
1641
"source" : " iana" ,
Original file line number Diff line number Diff line change 169
169
" https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/PassKit_PG/DistributingPasses.html"
170
170
]
171
171
},
172
+ "application/vnd.citationstyles.style+xml" : {
173
+ "compressible" : true ,
174
+ "extensions" : [" csl" ],
175
+ "sources" : [
176
+ " https://www.iana.org/assignments/media-types/application/vnd.citationstyles.style+xml"
177
+ ]
178
+ },
172
179
"application/vnd.dart" : {
173
180
"compressible" : true
174
181
},
You can’t perform that action at this time.
0 commit comments