Christian Petersen
Christian Petersen
#4 already addresses this.
Sorry, there were no semicolons before. Will fix!
#6 might be a better solution perhaps
I made a quick scheme based on the colors. Check out the `iterm` branch to grab the colors; You can always improve it and make a PR if you'd like.
This has been noted. It'll be fixed sooner or later :-)
I updated to 0.60 and there's still issues with the periods. Take the following text ``` ... .. .......... .. . ..d ``` As you can see, this even happens...
Yes the example you gave is fixed in 0.60. I understand that they're closer, that is the ligature feature. But note the double period follow by d (`..d`). This shows...
Actually I tested it in atom, so it's a problem in Atom, which I know isn't supported. But somehow it changed the behavior from the above to this: The cursor...
This is the stylesheet I used ``` scss { -webkit-font-feature-settings: "liga" on, "calt" on; } atom-text-editor::shadow { .cursor-line { -webkit-font-feature-settings: "liga" off, "calt" off; } } ``` It disables ligatures...
Yep, it was using SCSS syntax highlighting. If there's syntax highlighting it will act as the above screenshot. However, if there isn't, the cursor will not be positioned according to...