JetBrainsMono icon indicating copy to clipboard operation
JetBrainsMono copied to clipboard

Ligature request: =~ and !~

Open DannyBen opened this issue 4 years ago • 1 comments

First of all, I want to say that I love this font. It was so much more easy on the eyes than others, that I had to thoroughly read its homepage to better understand why. Great job.

Not sure if this was requested or considered before, I was unable to find it in the issues.

Fira Code has ligatures for =~ and !~. Both are disabled by default, so I am guessing it might not be desired by everybody or every language.

image

These are used (at least) in Ruby and Bash for regex comparison:

puts "match" if "hello" =~ /h.*o/
puts "no match" if "hey" !~ /h.*o/

It would be nice to have in JetBrains Mono, even if just as "opt in" features (does JetBrains Mono have any disabled features that can be enabled?).

DannyBen avatar Oct 25 '20 12:10 DannyBen

Hi @DannyBen In one of the first version there was a ligature for =~. It was removed due to complains. Adding it as an option may be a way. I will look in to that.

philippnurullin avatar Nov 02 '20 09:11 philippnurullin