Remove special types to correct text preview behaviour.
This commit is contained in:
parent
5fab8e1465
commit
ec95639600
1 changed files with 4 additions and 4 deletions
|
@ -6,10 +6,10 @@ File types mapped to file extensions
|
|||
*/
|
||||
|
||||
{
|
||||
"txt-authors": ["author*"],
|
||||
"txt-install": ["install*"],
|
||||
"txt-license": ["copying*", "license*"],
|
||||
"txt-readme": ["readme*"],
|
||||
// "txt-authors": ["author*"],
|
||||
// "txt-install": ["install*"],
|
||||
// "txt-license": ["copying*", "license*"],
|
||||
// "txt-readme": ["readme*"],
|
||||
|
||||
"ar": ["*.tar.bz2", "*.tar.gz", "*.tgz"],
|
||||
"ar-apk": ["*.apk"],
|
||||
|
|
Loading…
Add table
Reference in a new issue