# HG changeset patch # User IBBoard # Date 1490182536 0 # Node ID 73dcf413d9ab62e34dfccf8c37cfb858f7d38842 # Parent 8f4076fd85a9a28b0255048970e583ead69edfdb Fix Excel file extension and add ODF presentations diff -r 8f4076fd85a9 -r 73dcf413d9ab dircolors --- a/dircolors Wed Mar 22 10:46:18 2017 +0000 +++ b/dircolors Wed Mar 22 11:35:36 2017 +0000 @@ -184,13 +184,14 @@ .docx 00;38;5;69 .ppt 00;38;5;69 .pptx 00;38;5;69 -.xsl 00;38;5;69 -.xslx 00;38;5;69 +.xls 00;38;5;69 +.xlsx 00;38;5;69 .txt 00;38;5;69 .epub 00;38;5;69 .mobi 00;38;5;69 .odt 00;38;5;69 .ods 00;38;5;69 +.odp 00;38;5;69 .csv 00;38;5;69 .sxw 00;38;5;69 .md 00;38;5;69 @@ -221,6 +222,7 @@ .rb 00;38;5;28 .scala 00;38;5;28 .py 00;38;5;28 +.json 00;38;5;28 # Code changes (different green) .patch 00;38;5;65