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"]),