You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly - thank you so much for this amazing font. I used it every day, and it makes my coding time noticeably more pleasant.
I was wondering if it would be possible to add the <<~ ligature? It's effectively the same as <<- except that it trims whitespace in a HEREDOC up to the leftmost non-whitespace character.
Jetbrains Mono supports the <<- and the unrelated <~~ but not the <<~ ligature. You would make this rubyist unreasonably happy if it came to JBMono.
Hi there,
Firstly - thank you so much for this amazing font. I used it every day, and it makes my coding time noticeably more pleasant.
I was wondering if it would be possible to add the
<<~
ligature? It's effectively the same as<<-
except that it trims whitespace in a HEREDOC up to the leftmost non-whitespace character.Jetbrains Mono supports the
<<-
and the unrelated<~~
but not the<<~
ligature. You would make this rubyist unreasonably happy if it came to JBMono.You can read up more on the squiggly heredoc in this article by Avdi Grimm
Many thanks :)
The text was updated successfully, but these errors were encountered: