From 11e164aec914c9471ecebdb202048502a1620dc2 Mon Sep 17 00:00:00 2001 From: Alex LaFroscia Date: Wed, 12 Oct 2016 17:07:04 -0700 Subject: [PATCH] Add `handlebars` type --- src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types.rs b/src/types.rs index b87e01ac..6ee3f2dd 100644 --- a/src/types.rs +++ b/src/types.rs @@ -40,6 +40,7 @@ const TYPE_EXTENSIONS: &'static [(&'static str, &'static [&'static str])] = &[ ("fsharp", &["*.fs", "*.fsx", "*.fsi"]), ("go", &["*.go"]), ("groovy", &["*.groovy", "*.gradle"]), + ("handlebars", &["*.hbs"]), ("haskell", &["*.hs", "*.lhs"]), ("html", &["*.htm", "*.html"]), ("java", &["*.java"]),