Skip to content

Commit 536c837

Browse files
rmzelledougwilson
authored andcommitted
Add extension .csl to application/vnd.citationstyles.style+xml
closes jshttp#121
1 parent 8784b32 commit 536c837

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
unreleased
22
==========
33

4+
* Add extension `.csl` to `application/vnd.citationstyles.style+xml`
45
* Add extension `.es` to `application/ecmascript`
56
* Add new upstream MIME types
67

db.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1633,7 +1633,9 @@
16331633
"source": "iana"
16341634
},
16351635
"application/vnd.citationstyles.style+xml": {
1636-
"source": "iana"
1636+
"source": "iana",
1637+
"compressible": true,
1638+
"extensions": ["csl"]
16371639
},
16381640
"application/vnd.claymore": {
16391641
"source": "iana",

src/custom-types.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,13 @@
169169
"https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/PassKit_PG/DistributingPasses.html"
170170
]
171171
},
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+
},
172179
"application/vnd.dart": {
173180
"compressible": true
174181
},

0 commit comments

Comments
 (0)