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

Different ligatures for brackets in [| |] and [||] #353

Closed
auduchinok opened this issue Oct 29, 2020 · 2 comments
Closed

Different ligatures for brackets in [| |] and [||] #353

auduchinok opened this issue Oct 29, 2020 · 2 comments

Comments

@auduchinok
Copy link
Contributor

auduchinok commented Oct 29, 2020

When using F#/OCaml arrays, a different ligature is used for an empty array without a space between the brackets:

Screenshot 2020-10-29 at 15 35 50

More examples of arrays:

let a1 = [| foo; bar |]
let a2 = [| |]
let a3 = [||]
@auduchinok auduchinok changed the title Different ligatures for [| |] and [||] Different ligatures for brackets in [| |] and [||] Oct 29, 2020
philippnurullin added a commit that referenced this issue Jan 25, 2021
- Added exclusion in `<-` ligature to look reasonable in negative arguments for C++ `<-1>` #107
- Removed `[||]` ligature to more consistence with `[|`  `|]` #353
- Added `ϖ` #369
- Added exclusion in `[<` `>]` to perform in `[<=5]` expression #388
- Fixed Powerline overlapping #395
@philippnurullin
Copy link
Member

Please test the latest update https://github.com/JetBrains/JetBrainsMono/tree/master/fonts

@auduchinok
Copy link
Contributor Author

Works perfectly, thanks!
Screenshot 2021-01-25 at 17 55 37

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

No branches or pull requests

2 participants