Skip to content
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

Requesting the inclusion of two Unicode symbols: ∀ and ∷ #1219

Closed
kurtmilam opened this issue Mar 23, 2021 · 3 comments
Closed

Requesting the inclusion of two Unicode symbols: ∀ and ∷ #1219

kurtmilam opened this issue Mar 23, 2021 · 3 comments
Labels
Milestone

Comments

@kurtmilam
Copy link

kurtmilam commented Mar 23, 2021

Great font! I really enjoy using it in VSCode. The only issue I have with the font at this time is that the and symbols don't seem to be included. I believe that's the case because, when using dark mode in VSCode, the following code:

runMem ∷ ∀ a s. Mem s a → s → Tuple a s

Looks like this with Fira Code enabled:

image

I've read that VSCode (among other applications) has issues correctly styling (including applying colors) symbols that aren't included in the active font. If I switch from Fira to Menlo, for instance, I see the following:

image

As you can see, in Menlo, the symbols are nicely styled with enough contrast to be easily visible.

@tonsky
Copy link
Owner

tonsky commented Mar 24, 2021

You are right, they are not in the font. Will add, thanks!

@tonsky tonsky added this to the 6 milestone Mar 24, 2021
@tonsky tonsky added the Unicode label Mar 24, 2021
@kurtmilam
Copy link
Author

For context, the language is PureScript, a Haskell-like language that compiles to JavaScript (and other languages).

PureScript recognizes a number of Unicode symbols in source.

@tonsky tonsky closed this as completed in 7c87997 Apr 17, 2021
@tonsky
Copy link
Owner

tonsky commented Apr 17, 2021

Actually U+2200 is in the font since v3:

Screenshot 2021-04-18 at 01 42 37

U+2237 will be in v6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants