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

pull/998/head
Nikita Prokopov 2020-04-05 23:35:17 +02:00
rodzic 2a88d87bd5
commit f51adc1a59
9 zmienionych plików z 12 dodań i 3 usunięć

Wyświetl plik

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

Wyświetl plik

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

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.