summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Grogan <neil@grogan.ie>2016-11-01 13:59:59 +0000
committerGitHub <noreply@github.com>2016-11-01 13:59:59 +0000
commit65c7df1c253ba10e0f4f7c7c5fcfab788bb95b4c (patch)
tree2a4159e01a85920e491a6f1aedadf1467120a580
parent18237da9b2a0139f7e2bf9f384f5a8a939104e8c (diff)
Added taskpaper as a file type
-rw-r--r--ignore/src/types.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ignore/src/types.rs b/ignore/src/types.rs
index 1ebadaf8..ed6e0d6b 100644
--- a/ignore/src/types.rs
+++ b/ignore/src/types.rs
@@ -145,6 +145,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("sql", &["*.sql"]),
("sv", &["*.v", "*.vg", "*.sv", "*.svh", "*.h"]),
("swift", &["*.swift"]),
+ ("taskpaper", &["*.taskpaper"]),
("tcl", &["*.tcl"]),
("tex", &["*.tex", "*.ltx", "*.cls", "*.sty", "*.bib"]),
("ts", &["*.ts", "*.tsx"]),