handlebars.vim (108B)
if has("autocmd")
au BufNewFile,BufRead *.handlebars,*.hdbs,*.hbs,*.hb set filetype=html.handlebars
endif
Back (Current repo: dotfiles)my dotfiles to make it easy to transfer my settingsTo clone this repository: git clone https://git.viktor1993.net/dotfiles.git |
| Log | Download | Files | Refs |
handlebars.vim (108B)
if has("autocmd")
au BufNewFile,BufRead *.handlebars,*.hdbs,*.hbs,*.hb set filetype=html.handlebars
endif