githubnext / monaspace

An innovative superfamily of fonts for code
https://monaspace.githubnext.com
SIL Open Font License 1.1
13.12k stars 219 forks source link

No ligatures for multi argument pipeline operator in F# #230

Open boyedarat opened 3 weeks ago

boyedarat commented 3 weeks ago

In F# when a single pipeline operator (1 argument) is used, the ligatures are applied: image However when a multi-pipeline operator is applied (2 arguments), the ligature does not work: image image Works again when more arguments are added to the pipeline operator (3 arguments): image

The above was tested in VS Code. I've used another font with ligatures (Fira Code) in VS Code. It does not have the above issues, works as expected.