summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authorPhilip Munksgaard <pmunksgaard@gmail.com>2017-09-04 12:44:54 +0200
committerAndrew Gallant <jamslam@gmail.com>2017-09-04 07:26:47 -0400
commit7eb1dd129ed8b5f98553d4e468a16b69cead129a (patch)
tree87b8734833a8b981e1b5aa082bd38148dfd16606 /ignore
parenta5f82e882661c76dca8d9101c87de4a5045962ed (diff)
Add support for Standard ML file types
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 cf78c9f7..7b3de37c 100644
--- a/ignore/src/types.rs
+++ b/ignore/src/types.rs
@@ -183,6 +183,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("sass", &["*.sass", "*.scss"]),
("scala", &["*.scala"]),
("sh", &["*.bash", "*.csh", "*.ksh", "*.sh", "*.tcsh"]),
+ ("sml", &["*.sml", "*.sig"]),
("spark", &["*.spark"]),
("stylus", &["*.styl"]),
("sql", &["*.sql"]),