File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ unreleased
3
3
4
4
* Add glTF types and extensions
5
5
* Add new upstream MIME types
6
+ * Add ` text/x-org `
6
7
7
8
1.29.0 / 2017-07-10
8
9
===================
Original file line number Diff line number Diff line change 6509
6509
"source" : " apache" ,
6510
6510
"extensions" : [" opml" ]
6511
6511
},
6512
+ "text/x-org" : {
6513
+ "compressible" : true ,
6514
+ "extensions" : [" org" ]
6515
+ },
6512
6516
"text/x-pascal" : {
6513
6517
"source" : " apache" ,
6514
6518
"extensions" : [" p" ," pas" ]
Original file line number Diff line number Diff line change 682
682
"compressible" : true ,
683
683
"extensions" : [" mkd" ]
684
684
},
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
+ },
685
693
"text/x-processing" : {
686
694
"compressible" : true ,
687
695
"extensions" : [" pde" ],
You can’t perform that action at this time.
0 commit comments