JetBrains / JetBrainsMono

JetBrains Mono – the free and open-source typeface for developers
https://jetbrains.com/mono
SIL Open Font License 1.1
10.57k stars 298 forks source link

Additional ligatures for regex matching in Postgres and Powershell multiline comments #679

Open PeterCullenBurbery opened 1 month ago

PeterCullenBurbery commented 1 month ago

I would like to request 5 additional ligatures. 3 ligatures for PostgreSQL regex operations. ~* case insensitive regex match !~ case-sensitive regex do not match !~* case insensitive regex do not match 2 ligatures for Powershell multiline block comments <# start

> end