Skip to content

Commit 3042d36

Browse files
authored
feat: add ‘hdbs’ extension for handlebars filetype detection (#263)
1 parent de5acdc commit 3042d36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/plenary/filetypes/builtin.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ return {
3535
['nix'] = 'nix',
3636
['erb'] = 'eruby',
3737
['hbs'] = 'handlebars',
38+
['hdbs'] = 'handlebars',
3839
['graphql'] = 'graphql',
3940
['gql'] = 'graphql',
4041
['rkt'] = 'racket',

0 commit comments

Comments
 (0)