diff --git a/src/types.rs b/src/types.rs index add69c01..fc4cafd5 100644 --- a/src/types.rs +++ b/src/types.rs @@ -67,6 +67,7 @@ const TYPE_EXTENSIONS: &'static [(&'static str, &'static [&'static str])] = &[ ("scala", &["*.scala"]), ("sh", &["*.bash", "*.csh", "*.ksh", "*.sh", "*.tcsh"]), ("sql", &["*.sql"]), + ("swift", &["*.swift"]), ("tex", &["*.tex", "*.cls", "*.sty"]), ("txt", &["*.txt"]), ("toml", &["*.toml", "Cargo.lock"]),