]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(glimmer): add syntax support for glimmer files
authorDevin Weaver <suki@tritarget.org>
Thu, 5 Mar 2026 20:07:50 +0000 (20:07 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 5 Mar 2026 20:07:50 +0000 (20:07 +0000)
commit75decb4a8d10c2e529add1f0e7e0a545576de2ea
treed93536afa62bc4af839d83b3933d95125ca8237f
parent99ea2b5b062edcb22ac0cd92c5ae317cc663a7ca
runtime(glimmer): add syntax support for glimmer files

In commit cdf717283 ("patch 8.2.4424: ".gts" and ".gjs" files are not
recognized", 2022-02-19) support for the glimmer file types were added.

Problem:  Syntax hilighting suppoprt was missing.
Solution: Added a glimmer syntax file that will leverage the base
          syntaxs (javascript/typescript) and include handlebars syntax
          for .gjs/.gts files.

closes: #19569

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