Merge pull request #84 from martinlindhe/ts

Add ts type for typescript
This commit is contained in:
Andrew Gallant 2016-09-25 11:33:11 -04:00 committed by GitHub
commit 82542df5cb

View File

@ -72,6 +72,7 @@ const TYPE_EXTENSIONS: &'static [(&'static str, &'static [&'static str])] = &[
("sql", &["*.sql"]),
("swift", &["*.swift"]),
("tex", &["*.tex", "*.cls", "*.sty"]),
("ts", &["*.ts", "*.tsx"]),
("txt", &["*.txt"]),
("toml", &["*.toml", "Cargo.lock"]),
("vala", &["*.vala"]),