Hi,
Linguist seems to support syntax highlighting for emacs org-mode:
https://github.com/github/linguist/blob/master/lib/linguist/languages.yml#L3758
but github seems to automatically render org as mark-up:
https://github.com/github/markup#markups
Whilst this is often useful, sometimes it would be better to have the raw org script syntax highlighted.
Is there a way to tell github to render org files as syntax-highlighted raw source, rather than rendering the markup?