-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"{-" sequence looks weird #248
Comments
Yep. Initially it's a Haskell comment ligature (I think). I think I'd On Mon, Aug 22, 2016 at 12:59 AM Vladimir Varankin notifications@github.com
|
Is there some way we can choose which ligatures we want on / off? I work with Haskell and quite like the |
Not yet, but I think something like that is needed On Mon, Sep 5, 2016 at 9:04 PM Dylan R. Johnston notifications@github.com
|
Maybe creating variants? |
And then the ultimate feature would be to be able to select the font for each type of file with |
Oh sad, that would have looked nice in Twig, where |
Your other issue, #408, is probably better; whether or not |
248: Add puma server pidfile configuration option r=bronzdoc a=krists It would be useful to allow setting up custom puma pidfile locations. For example you might want to set it to `/var/run/gemstash-puma.pid` so that the file does not persist in case of system is not shut down correctly. Co-authored-by: Krists Ozols <krists.ozols@gmail.com>
While most of the ligatures are great, the sequence of characters
{-
looks weird for my taste.A typical case in Go language is to specify the content of a slice/array/map within a single line. But if a slice of integers starts with a negative number, it turned into a mess of characters.
For example, here is how a slice
{-25, -160}
looks like in IDEA:I use IDEA 2016.x with FiraCode 1.102.
The text was updated successfully, but these errors were encountered: