1
0
Fork 0
mirror of synced 2024-05-05 13:13:27 +12:00

Added ss08 that adds gaps to == === != !== (closes #383)

This commit is contained in:
Nikita Prokopov 2020-06-08 14:35:34 +02:00
parent 8f0098bf23
commit 2a76d96b8d
3 changed files with 368 additions and 4 deletions

View file

@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file.
- Added `//=` `=//` `=//=` #816
- Added U+21B0..U+21B3 `↰↱↲↳`, U+2770..U+2771 `❰❱` #1032
- Fixed U+27F8 `⟸` U+27F9 `⟹` U+27FA `⟺` U+27FD `⟽` U+27FE `⟾` U+27FF `⟿` that were broken in v4 #1067
- Added ss08 that adds gaps to `==` `===` `!=` `!==` #383
#### 4.0 (May 18, 2020)

File diff suppressed because one or more lines are too long

6
features/ss08.fea Normal file
View file

@ -0,0 +1,6 @@
# Name: Gaps in double-triple equals
sub equal_equal.liga by equal_equal.ss08;
sub equal_equal_equal.liga by equal_equal_equal.ss08;
sub exclam_equal.liga by exclam_equal.ss08;
sub exclam_equal_equal.liga by exclam_equal_equal.ss08;