summaryrefslogtreecommitdiff
path: root/ftdetect/glimmer.vim
AgeCommit message (Collapse)Author
2022-04-18chore!: remove filetype detection and filetype pluginsChristian Clason
All these are now detected by Neovim as of 0.7.0; new filetypes can easily be added via `vim.filetype.add()`.
2021-11-02Add `ftdetect` setup for `glimmer` parser. (#1973)Robert Jackson
Without this, `*.hbs` files are not highlighted (unless you have some other plugin that adds it for you).