mirror of
https://github.com/neovim/neovim.git
synced 2026-03-29 03:42:11 +00:00
The runtime had support to detect handlebars (*.hbs) files as filetype
handlebars but was lacking any indent or syntax highlighting for that
filetype.
The handlebars syntax file is also a prerequisite for the glimmer
syntax.
Permission was granted by the original author to retrofit these into the
Vim runtime. Original License (MIT) maintained in code comments.
related: vim/vim#19569
99ea2b5b06
Co-authored-by: Devin Weaver <suki@tritarget.org>