Support opening .org files

Org (organization) files are common among emacs developers. If you're not familiar with it, it's kind of like markdown. It would be nice to be able to automatically open these.
This commit is contained in:
Mitchell Gordon 2016-04-19 11:01:56 -07:00
parent 6a965ca560
commit 38123fd510

View File

@ -76,6 +76,7 @@
<data android:pathPattern=".*\\.md"/>
<data android:pathPattern=".*\\.php" />
<data android:pathPattern=".*\\.py" />
<data android:pathPattern=".*\\.org" />
</intent-filter>
<intent-filter >
<action android:name="android.intent.action.VIEW" />