Add html.handlebars as a valid type for the glimmer parser.

This filetype is in common use due to https://github.com/mustache/vim-mustache-handlebars/blob/master/ftdetect/handlebars.vim#L2
This commit is contained in:
Robert Jackson 2021-11-02 14:08:02 -04:00 committed by Santos Gallegos
parent e28b65bb52
commit 89b3b77033

View file

@ -457,6 +457,7 @@ list.glimmer = {
readme_name = "Glimmer and Ember",
maintainers = { "@alexlafroscia" },
filetype = "handlebars",
used_by = { "html.handlebars" },
}
list.vue = {