summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlex LaFroscia <alex@lafroscia.com>2016-10-12 17:07:04 -0700
committerGitHub <noreply@github.com>2016-10-12 17:07:04 -0700
commit11e164aec914c9471ecebdb202048502a1620dc2 (patch)
tree0ff495296da98006763957c1beb1bea15761ad31 /src
parent1c1331d9269325137d0c4437927c5f8806e08f79 (diff)
Add `handlebars` type
Diffstat (limited to 'src')
-rw-r--r--src/types.rs1
1 files changed, 1 insertions, 0 deletions
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"]),