Skip to content

Commit

Permalink
Disabled ligatures in progress bars [-> [--> [---> [=> [==> [===> (c…
Browse files Browse the repository at this point in the history
…loses #968)
  • Loading branch information
tonsky committed Apr 9, 2020
1 parent 56a6ca3 commit 1d7e14a
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.

#### 3.0

- Disabled ligatures in progress bars `[-> [--> [---> [=> [==> [===>` [#968]
- Added set letters U+2102 `` U+210D `` U+2115 `` U+2119 `` U+211A `` U+211D `` U+2124 `` and U+1D539 `𝔹` [#841]
- Removed `?:` [#970]
- Added missing set operations U+2200 `` U+2203..U+2205 `∃ ∄ ∅` U+2207 `` U+2282..U+228B `⊂ ⊃ ⊄ ⊅ ⊆ ⊇ ⊈ ⊉ ⊊ ⊋` U+2208..U+220# `∈ ∉ ∊ ∋ ∌ ∍` U+222A `` [#822]
Expand Down
19 changes: 17 additions & 2 deletions FiraCode.glyphs

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions clojure/fira_code/calt.clj
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,31 @@

["hyphen" "bar"]
" ignore sub bar hyphen' bar;\n"

;; #968 [-> [--> [==> [=>
["equal" "greater"]
" ignore sub bracketleft equal' greater;\n"

["equal" "equal" "greater"]
" ignore sub bracketleft equal' equal greater;\n"

["equal" "equal"]
" ignore sub bracketleft equal' equal;\n"

["equal" "equal" "equal"]
" ignore sub bracketleft equal' equal equal;\n"

["hyphen" "greater"]
" ignore sub bracketleft hyphen' greater;\n"

["hyphen" "hyphen" "greater"]
" ignore sub bracketleft hyphen' hyphen greater;\n"

["hyphen" "hyphen"]
" ignore sub bracketleft hyphen' hyphen;\n"

["hyphen" "hyphen" "hyphen"]
" ignore sub bracketleft hyphen' hyphen hyphen;\n"
})


Expand Down
Binary file modified distr/ttf/FiraCode-Bold.ttf
Binary file not shown.
Binary file modified distr/ttf/FiraCode-Light.ttf
Binary file not shown.
Binary file modified distr/ttf/FiraCode-Medium.ttf
Binary file not shown.
Binary file modified distr/ttf/FiraCode-Regular.ttf
Binary file not shown.
Binary file modified distr/ttf/FiraCode-Retina.ttf
Binary file not shown.
Binary file modified distr/ttf/FiraCode-SemiBold.ttf
Binary file not shown.

0 comments on commit 1d7e14a

Please sign in to comment.