ToxicFrog / Ligaturizer

Programming Fonts with Ligatures added (& a script to add them to other fonts)
GNU General Public License v3.0
2.19k stars 112 forks source link

Update Fira Code #69

Closed Avi-D-coder closed 4 years ago

Avi-D-coder commented 4 years ago

There are new ligatures, could you update the built fonts.

farid-fari commented 4 years ago

@Avi-D-coder Which ligatures specifically? Thoses mentioned in the latest release are all included in the ligatures.py file

Avi-D-coder commented 4 years ago

No new ligatures. Just the minor changes.

farid-fari commented 4 years ago

If it doesn't concern new ligatures, then simply doing a git submodule update in the repository should bring the Fira Code directory up to date and allow you to be using the latest version

Avi-D-coder commented 4 years ago

Yep I did that for my fork

laurentpayot commented 4 years ago

FiraCode V2 was just released with 136 new glyphs and 55 existing glyphs updated. Are there new ligatures?

zraffer commented 4 years ago

The new ligatures listed: Added Coq logical and /\ and logical or \/ ligatures, U+2227 ∧ and U+2228 ∨ [#191] [#488] [#738] [#810] Added SystemVerilog |-> |=> and <-| <=| for symmetry [#695] Added Forces ||- ligature and U+22A2..U+22AF ⊢ ⊣ ⊤ ⊥ ⊦ ⊧ ⊨ ⊩ ⊪ ⊫ ⊬ ⊭ ⊮ ⊯ [#709] Added fl Fl Tl ligatures, adjusted fi fj pairs [#795] Disabled ligatures after regexp lookahead/lookbehinds (?<=< (?<=> (?<==> (?<=| (?<== (?=:= (?=!= (?== (?=== (?==> (?=> (?=>> (?=<< (?=/= (?!! (?!!. (?!= (?!== (?<!! (?<!!. (?<!= (?<!== (?<!-- [#578] Removed ..= [#757]

Zireael commented 4 years ago

If it doesn't concern new ligatures, then simply doing a git submodule update in the repository should bring the Fira Code directory up to date and allow you to be using the latest version

I used git submodule update --init --recursive if someone needs the command. If submodules are already present, doing git submodule update --recursive --remote should work. Might be worth adding to Readme.

ToxicFrog commented 4 years ago

Merged and updated to v2.