FiraCode
FiraCode copied to clipboard
one, two, and three dot ellipsis not aligned
The primary example of this case is when viewing ls -al output:
And a contrived example of all three out of alignment:
This is exhibited in Windows Terminal and Visual Studio Code with ligatures enabled:
{
"editor.fontLigatures": true
}
I don't know if this is by design, not possible to fix, or whatever... but I'm reporting it for posterity!
These are ligatures for the range syntax (e.g 5..20 and 5...21 in Ruby), where they're centred between the left/right values