mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
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:
parent
e28b65bb52
commit
89b3b77033
1 changed files with 1 additions and 0 deletions
|
|
@ -457,6 +457,7 @@ list.glimmer = {
|
||||||
readme_name = "Glimmer and Ember",
|
readme_name = "Glimmer and Ember",
|
||||||
maintainers = { "@alexlafroscia" },
|
maintainers = { "@alexlafroscia" },
|
||||||
filetype = "handlebars",
|
filetype = "handlebars",
|
||||||
|
used_by = { "html.handlebars" },
|
||||||
}
|
}
|
||||||
|
|
||||||
list.vue = {
|
list.vue = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue