From e4329037aaec244e2044a1af49b8240bfff63d9c Mon Sep 17 00:00:00 2001 From: Martin Lindhe Date: Sun, 25 Sep 2016 17:16:15 +0200 Subject: [PATCH] Add ts type for typescript --- src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types.rs b/src/types.rs index c9c22b06..7f279d41 100644 --- a/src/types.rs +++ b/src/types.rs @@ -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"]),