From f04b0dd95c921b64e489fb13e639c635725fd9f0 Mon Sep 17 00:00:00 2001 From: Corentin Henry Date: Thu, 13 Oct 2016 11:28:34 -0700 Subject: [PATCH] add .tcl file extension --- src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types.rs b/src/types.rs index cefecdcc..3133c03b 100644 --- a/src/types.rs +++ b/src/types.rs @@ -77,6 +77,7 @@ const TYPE_EXTENSIONS: &'static [(&'static str, &'static [&'static str])] = &[ ("sql", &["*.sql"]), ("sv", &["*.v", "*.vg", "*.sv", "*.svh", "*.h"]), ("swift", &["*.swift"]), + ("tcl", &["*.tcl"]), ("tex", &["*.tex", "*.cls", "*.sty"]), ("ts", &["*.ts", "*.tsx"]), ("txt", &["*.txt"]),