Skip to content

Commit

Permalink
Disabled <?= (?= after <) (closes #850)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Apr 5, 2020
1 parent 2a88d87 commit f51adc1
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

#### 3.0

- Disabled `<?=` (`?=` after `<`) [#850]
- Added SemiBold weight [#987]
- Replaced single LIG with per-glyph *.spacer

#### 2.0 (September 9, 2019)

- Characters U+25DE `` and U+25DF `` were swapped [#761]
Expand Down
2 changes: 1 addition & 1 deletion FiraCode.glyphs

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions clojure/fira_code/calt.clj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
["parenleft" "question" "equal"]
["parenleft" "question" "less" "equal"]
["parenleft" "question" "exclam"]
["parenleft" "question" "less" "exclam"]])
["parenleft" "question" "less" "exclam"]
;; #850 PHP <?=
["less" "question" "equal"]
])


(defn gen-ignore-prefixes [liga]
Expand Down Expand Up @@ -107,7 +110,7 @@
" ignore sub less' less less plus;\n"
" ignore sub less' less less dollar;\n")

;; 713 |-|
;; #713 |-|
["bar" "hyphen"]
" ignore sub bar' hyphen bar;\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 f51adc1

Please sign in to comment.