On Thursday, September 8, 2016 at 8:42:51 PM UTC-4, Fengyang Wang wrote: > > What is the standard MIME type for Julia code? > > My reading of the MIME standard leads to me think > application/x-julia > > is the accurate choice. However, I could only find few results on Google, > and Julia doesn't currently recognize this as a text MIME. >
The "x-foo" MIME types are deprecated <https://tools.ietf.org/html/rfc6838>. Use application/julia. (I really wish that programming language code used text/, e.g. text/julia, but that doesn't seem to be the standard practice.)
