From 13c47530a6e685d2dee1953a64f055936e6a2ba8 Mon Sep 17 00:00:00 2001 From: helloer Date: Mon, 3 Sep 2018 13:25:07 +0200 Subject: [PATCH] ignore/types: add pascal type PR #1036 --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index b8c78bbf..3c651ab2 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -219,6 +219,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("objcpp", &["*.h", "*.mm"]), ("ocaml", &["*.ml", "*.mli", "*.mll", "*.mly"]), ("org", &["*.org"]), + ("pascal", &["*.pas", "*.dpr", "*.lpr", "*.pp", "*.inc"]), ("perl", &["*.perl", "*.pl", "*.PL", "*.plh", "*.plx", "*.pm", "*.t"]), ("pdf", &["*.pdf"]), ("php", &["*.php", "*.php3", "*.php4", "*.php5", "*.phtml"]),