Skip to content

Commit

Permalink
Add .glif to XML file-types (#9130)
Browse files Browse the repository at this point in the history
`.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/
  • Loading branch information
sansfontieres committed Dec 22, 2023
1 parent 585402d commit ab50299
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2320,7 +2320,8 @@ file-types = [
"xpdl",
"xul",
"xoml",
"musicxml"
"musicxml",
"glif"
]
indent = { tab-width = 2, unit = " " }

Expand Down

0 comments on commit ab50299

Please sign in to comment.