-
-
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
rendering of !!!!!!
#110
Comments
There's only a ligature for three exclamation marks. |
i'll address that in next version On Wed, Jan 13, 2016 at 8:52 PM Jake Russo [email protected] wrote:
|
Long sequences of slashes (“///////////////////…”, used by some as visual delimiters in source code) also get rendered as groups of three, not sure if anything can be done about this? |
Yes, I can block sequences longer than 3 slashes or exclamations marks from On Tue, Mar 15, 2016 at 10:01 AM curio77 [email protected] wrote:
|
That's great! And I very much enjoy working with Fira Code within both Atom and Android Studio/IntelliJ IDEA, so many thanks for it! :-) |
Please do the same for |
I think this behavior is wanted for all sequences of identical characters. |
Fix JRuby failures
Rendering
!!!!!!
(6 exclamation marks with no space) renders as follows:There's a clear impression of two groups of 3 spaces, when it's one group of 6.
Note that this effect works for any group of exclamation marks > 3 characters.
The text was updated successfully, but these errors were encountered: