Remove special types to correct text preview behaviour.

This commit is contained in:
Lars Jung 2014-06-21 16:46:49 +02:00
parent 5fab8e1465
commit ec95639600

View file

@ -6,10 +6,10 @@ File types mapped to file extensions
*/ */
{ {
"txt-authors": ["author*"], // "txt-authors": ["author*"],
"txt-install": ["install*"], // "txt-install": ["install*"],
"txt-license": ["copying*", "license*"], // "txt-license": ["copying*", "license*"],
"txt-readme": ["readme*"], // "txt-readme": ["readme*"],
"ar": ["*.tar.bz2", "*.tar.gz", "*.tgz"], "ar": ["*.tar.bz2", "*.tar.gz", "*.tgz"],
"ar-apk": ["*.apk"], "ar-apk": ["*.apk"],