From 65c7df1c253ba10e0f4f7c7c5fcfab788bb95b4c Mon Sep 17 00:00:00 2001 From: Neil Grogan Date: Tue, 1 Nov 2016 13:59:59 +0000 Subject: [PATCH] Added taskpaper as a file type --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) 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"]),