aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorromi2023-12-22 04:51:21 +0000
committerGitHub2023-12-22 04:51:21 +0000
commitab50299efa6e8dcd29b45aab41f8242ab17ef35a (patch)
treef309cd48333afa99cb57fcd3c589481409ce0ec2
parent585402d9ffa1d271e7c72fbb1c90d7e9d2d51482 (diff)
Add .glif to XML file-types (#9130)
`.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/
-rw-r--r--languages.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 796069ef..4c6c9447 100644
--- a/languages.toml
+++ b/languages.toml
@@ -2320,7 +2320,8 @@ file-types = [
"xpdl",
"xul",
"xoml",
- "musicxml"
+ "musicxml",
+ "glif"
]
indent = { tab-width = 2, unit = " " }