1
0
Fork 0
mirror of synced 2024-06-14 08:34:59 +12:00

Added F# piping operators ||> |||> <|| <||| (closes #184)

This commit is contained in:
Nikita Prokopov 2016-11-05 20:07:16 +07:00
parent 49e09cece6
commit 6a1fbce33a
2 changed files with 181 additions and 7 deletions

File diff suppressed because one or more lines are too long

View file

@ -138,13 +138,14 @@ Other monospaced fonts with ligatures:
#### WIP
- Added `U+25B6` (black right-pointing triangle) and `U+25C0` (black left-pointing triangle) (#289)
- Changed look of `##` `###` `####` to make them easier to tell apart (#287)
- Changed look of Markdown headers `##` `###` `####` to make them easier to tell apart (#287)
- Fixed BBEdit incorrectly applying ligatures after tab (#274)
- Returned `{.` `.}` (#279)
- Added `U+2206` (increment) (#174, #298)
- Added `>->` `<-<` (#297)
- Added `?.` `.?` `?:` (#215)
- Added `<~>` (#179)
- Returned Nim pragmas `{.` `.}` (#279)
- Added Unicode increment `U+2206` (#174, #298)
- Added fish operators `>->` `<-<` (#297)
- Added safe navigation operators `?.` `.?` `?:` (#215)
- Added `<~>` (#179, used in IntelliJ for collapsed methods)
- Added F# piping operators `||>` `|||>` `<||` `<|||` (#184)
#### 1.203 (September 17, 2016)