From 58971b6617a4cad61cd08dbd9adf496ff377d826 Mon Sep 17 00:00:00 2001 From: Romi Hervier Date: Thu, 21 Dec 2023 17:11:52 +0100 Subject: [PATCH] Add .glif to XML file-types `.glif` files are standard files in the type design industry. From the Unified Font Object specification website: The Glyph Interchange Format (GLIF) is a simple and clear XML representation of a single glyph. GLIF files typically have a .glif extension. https://unifiedfontobject.org/versions/ufo3/glyphs/glif/ --- languages.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 796069efdc98..4c6c9447d0b8 100644 --- a/languages.toml +++ b/languages.toml @@ -2320,7 +2320,8 @@ file-types = [ "xpdl", "xul", "xoml", - "musicxml" + "musicxml", + "glif" ] indent = { tab-width = 2, unit = " " }