From db14046de448742206b607f216af0b6d349cacd1 Mon Sep 17 00:00:00 2001 From: James Smith Date: Mon, 9 Oct 2017 12:04:25 +0100 Subject: [PATCH] Add purescript to built-in types Purescript is a functional language that compiles to javascript (https://github.com/purescript/purescript) --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 775e0c53..ac2cb70b 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -206,6 +206,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("php", &["*.php", "*.php3", "*.php4", "*.php5", "*.phtml"]), ("pod", &["*.pod"]), ("ps", &["*.cdxml", "*.ps1", "*.ps1xml", "*.psd1", "*.psm1"]), + ("purs", &["*.purs"]), ("py", &["*.py"]), ("qmake", &["*.pro", "*.pri", "*.prf"]), ("readme", &["README*", "*README"]),