mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
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:
parent
0916cceab2
commit
968621dfad
1 changed files with 1 additions and 0 deletions
1
ftdetect/glimmer.vim
Normal file
1
ftdetect/glimmer.vim
Normal file
|
|
@ -0,0 +1 @@
|
|||
autocmd BufNewFile,BufRead *.hbs set ft=handlebars
|
||||
Loading…
Add table
Add a link
Reference in a new issue