1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-29 22:01:04 +02:00

Add support for Standard ML file types

This commit is contained in:
Philip Munksgaard 2017-09-04 12:44:54 +02:00 committed by Andrew Gallant
parent a5f82e8826
commit 7eb1dd129e

View File

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