mirror of
https://github.com/neovim/neovim.git
synced 2026-03-28 03:12:00 +00:00
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: vim/vim#19569
75decb4a8d
Co-authored-by: Devin Weaver <suki@tritarget.org>