You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lookup hyphen_greater_greater {
ignore sub hyphen hyphen' greater greater;
ignore sub hyphen' greater greater greater;
sub LIG LIG greater' by hyphen_greater_greater;
sub LIG greater' greater by LIG;
sub hyphen' greater greater by LIG;
} hyphen_greater_greater;
Just putting them in ligatures.py won't do anything unless you also modify ligaturize.py to read from Hasklig. Getting it to read ligatures from both Fira Code and Hasklig is a bigger project, that will probably involve extending ligatures.py to note which font each ligature comes from.
For a quick and dirty hack you might try replacing the Fira Code files with renamed Hasklig files and updating ligatures.py to contain only the Hasklig ligatures, but then you'll lose the Fira Code ones.
I would like to import ligatures from another font, different from Fira Code. Concretely, I would like to import ligatures from https://github.com/i-tu/Hasklig .
For example, they have
Putting this in ligatures.py doesn't do anything.
How to find the ligatures in that font, and how to make sure ligature rules are correct?
The text was updated successfully, but these errors were encountered: