From 89b3b77033d3e0f36729332d3a43e61f21c95048 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Tue, 2 Nov 2021 14:08:02 -0400 Subject: 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 --- lua/nvim-treesitter/parsers.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index dc4c6e17..3025c1d4 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -457,6 +457,7 @@ list.glimmer = { readme_name = "Glimmer and Ember", maintainers = { "@alexlafroscia" }, filetype = "handlebars", + used_by = { "html.handlebars" }, } list.vue = { -- cgit v1.2.3