1
0
Fork 0
mirror of synced 2024-05-17 11:03:33 +12:00

Disabled <?= (?= after <) (closes #850)

This commit is contained in:
Nikita Prokopov 2020-04-05 23:35:17 +02:00
parent 2a88d87bd5
commit f51adc1a59
9 changed files with 12 additions and 3 deletions

View file

@ -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]

File diff suppressed because one or more lines are too long

View file

@ -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]
@ -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"

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.