SSNikolaevich / DejaVuSansCode

Monospaced font with programming ligatures based on DejaVu Sans Mono
Other
465 stars 12 forks source link

>>= is getting converted into ligature partially. Only >= part of >>= gets converted. #6

Open pamu opened 6 years ago

pamu commented 6 years ago

= is the Haskell bind operator. Only second part of this (>=) is converted to ligature.

SSNikolaevich commented 6 years ago

Added rules, which prevents partial conversion of >>= and <<= to ligatures >= and <=. Ligatures for operators <<= and >>= will be implemented soon.

simonchatts commented 6 years ago

Thanks for this! I look forward to the ligatures but this is great in the meantime.