Add ftdetect setup for glimmer parser. (#1973)

Without this, `*.hbs` files are not highlighted (unless you have some
other plugin that adds it for you).
This commit is contained in:
Robert Jackson 2021-11-02 15:03:32 -04:00 committed by GitHub
parent 0916cceab2
commit 968621dfad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
ftdetect/glimmer.vim Normal file
View file

@ -0,0 +1 @@
autocmd BufNewFile,BufRead *.hbs set ft=handlebars