Skip to content

Commit 0d1d5fb

Browse files
committed
Merge branch 'master' of github.com:ggreer/the_silver_searcher
2 parents 982ed05 + 17b2fd5 commit 0d1d5fb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/lang.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ lang_spec_t langs[] = {
3737
{ "go", { "go" } },
3838
{ "groovy", { "groovy", "gtmpl", "gpp", "grunit", "gradle" } },
3939
{ "haml", { "haml" } },
40+
{ "handlebars", { "hbs" } },
4041
{ "haskell", { "hs", "lhs" } },
4142
{ "haxe", { "hx" } },
4243
{ "hh", { "h" } },

tests/list_file_types.t

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ Language types are output:
102102
--haml
103103
.haml
104104

105+
--handlebars
106+
.hbs
107+
105108
--haskell
106109
.hs .lhs
107110

0 commit comments

Comments
 (0)