Skip to content

Commit 5797174

Browse files
jkitchindougwilson
authored andcommitted
Add text/x-org
closes jshttp#82
1 parent a25ef2c commit 5797174

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

HISTORY.md

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

44
* Add glTF types and extensions
55
* Add new upstream MIME types
6+
* Add `text/x-org`
67

78
1.29.0 / 2017-07-10
89
===================

db.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6509,6 +6509,10 @@
65096509
"source": "apache",
65106510
"extensions": ["opml"]
65116511
},
6512+
"text/x-org": {
6513+
"compressible": true,
6514+
"extensions": ["org"]
6515+
},
65126516
"text/x-pascal": {
65136517
"source": "apache",
65146518
"extensions": ["p","pas"]

src/custom-types.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,14 @@
682682
"compressible": true,
683683
"extensions": ["mkd"]
684684
},
685+
"text/x-org": {
686+
"compressible": true,
687+
"extensions": ["org"],
688+
"sources": [
689+
"https://lists.gnu.org/archive/html/emacs-orgmode/2011-01/msg00971.html",
690+
"http://orgmode.org"
691+
]
692+
},
685693
"text/x-processing": {
686694
"compressible": true,
687695
"extensions": ["pde"],

0 commit comments

Comments
 (0)