Skip to content

Commit

Permalink
Add .glif to XML file-types (helix-editor#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 authored and Schuyler Mortimer committed Jul 10, 2024
1 parent 7c1011b commit fa824c2
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 fa824c2

Please sign in to comment.