summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlex LaFroscia <alex@lafroscia.com>2016-10-12 17:08:24 -0700
committerGitHub <noreply@github.com>2016-10-12 17:08:24 -0700
commit1fc6787648a0b97486c3b79857e3ac28e266c343 (patch)
tree8bdb89428822d21db3585b6e5f87d23db9f7080a /src
parent11e164aec914c9471ecebdb202048502a1620dc2 (diff)
Shorten name of Handlebars type
Diffstat (limited to 'src')
-rw-r--r--src/types.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.rs b/src/types.rs
index 6ee3f2dd..cefecdcc 100644
--- a/src/types.rs
+++ b/src/types.rs
@@ -40,7 +40,7 @@ const TYPE_EXTENSIONS: &'static [(&'static str, &'static [&'static str])] = &[
("fsharp", &["*.fs", "*.fsx", "*.fsi"]),
("go", &["*.go"]),
("groovy", &["*.groovy", "*.gradle"]),
- ("handlebars", &["*.hbs"]),
+ ("hbs", &["*.hbs"]),
("haskell", &["*.hs", "*.lhs"]),
("html", &["*.htm", "*.html"]),
("java", &["*.java"]),