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

Dot related operators ligatures #476

Closed
akarzim opened this issue Apr 4, 2020 · 1 comment
Closed

Dot related operators ligatures #476

akarzim opened this issue Apr 4, 2020 · 1 comment

Comments

@akarzim
Copy link
Contributor

akarzim commented Apr 4, 2020

  • Your font version: git master branch (ca995d7)
  • Your font variant: custom sp-term with dlig on
  • Your operating system (name and version): macOS 10.15.3
  • Your application using Iosevka: iTerm + Neovim

The dot related operators should be aligned with the square colon operator ::

colon

Here are some details about the operators in this example:

Ruby        !!    Bang Bang Operator
Ruby        ..    Flip-Flop Operator
Raku        .?    Safe Navigation Operator
Ruby        ::    Scope Resolution Operator
Clojure     ;;    Comments
Kotlin      ?.    Safe Navigation Operator
Javascript  ?:    Elvis Operator
C#          ??    Null Coalescing Operator
Regex       (?!   Negative Lookahead
Regex       (?:   Non-capturing Group
Ruby        ...   Half-open Range Ellipsis
Swift       ..<   Closed Range Ellipsis
Rust        ..=   Inclusive Range Ellipsis
Scala       .?.   Safe Navigation Operator
Prolog      =..   Univ Operator
PHP         ??=   Null Coalescing Operator
@be5invis
Copy link
Owner

be5invis commented Apr 4, 2020

image

Note: two-char operators are aligned differently with three-char operators.

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