tonsky / FiraCode

Free monospaced font with programming ligatures
SIL Open Font License 1.1
76.17k stars 3.08k forks source link

Ligature request: `==~` #1523

Open Vampire opened 1 year ago

Vampire commented 1 year ago

We have now ligatures for =~ and !~. But I miss a ligature for ==~. In Groovy for example =~ is the "find" operator, building a regex matcher with the regex on the right applied to the string on the left and the matcher's Groovy truth is whether the regex matches somewhere within the string. And ==~ is the "matches" operator, that returns whether the whole string on the left completely matches the regex on the right.

tonsky commented 1 year ago

Sure!