summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authorJames Smith <james@schoolshape.com>2017-10-09 12:04:25 +0100
committerAndrew Gallant <jamslam@gmail.com>2017-10-12 20:02:25 -0400
commitdb14046de448742206b607f216af0b6d349cacd1 (patch)
treeb601b1f1bab85ca00c6daa07eaa4eabd8e1fc968 /ignore
parent36091591f09bd1a20caa557f92180830753ae0fa (diff)
Add purescript to built-in types
Purescript is a functional language that compiles to javascript (https://github.com/purescript/purescript)
Diffstat (limited to 'ignore')
-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 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"]),