]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(handlebars): adds handlebars template syntax & indent support
authorDevin Weaver <suki@tritarget.org>
Thu, 5 Mar 2026 20:06:02 +0000 (20:06 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 5 Mar 2026 20:06:02 +0000 (20:06 +0000)
commit99ea2b5b062edcb22ac0cd92c5ae317cc663a7ca
tree7d1ab0e5f1608ad73f6028eb3200da128e7680de
parent22c62e26911b550154845be67c13cc2373c5a457
runtime(handlebars): adds handlebars template syntax & indent support

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: #19569

Signed-off-by: Devin Weaver <suki@tritarget.org>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/MAINTAINERS
runtime/indent/handlebars.vim [new file with mode: 0644]
runtime/syntax/handlebars.vim [new file with mode: 0644]