From 968621dfadd6ea8f42eb97f394c95059f10daa22 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Tue, 2 Nov 2021 15:03:32 -0400 Subject: 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). --- ftdetect/glimmer.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 ftdetect/glimmer.vim (limited to 'ftdetect') diff --git a/ftdetect/glimmer.vim b/ftdetect/glimmer.vim new file mode 100644 index 000000000..510b0c3d8 --- /dev/null +++ b/ftdetect/glimmer.vim @@ -0,0 +1 @@ +autocmd BufNewFile,BufRead *.hbs set ft=handlebars -- cgit v1.2.3-70-g09d2