1
0
Fork 0
mirror of synced 2024-05-29 08:50:45 +12:00

Version 1.203 (added __, closes #120)

This commit is contained in:
Nikita Prokopov 2016-09-17 19:42:46 +07:00
parent 3468af182a
commit b72a57f4af
28 changed files with 48 additions and 7 deletions

File diff suppressed because one or more lines are too long

View file

@ -8,7 +8,7 @@ Programmers use a lot of symbols, often encoded with several characters. For the
### Solution
#### [Download v1.202](https://github.com/tonsky/FiraCode/releases/download/1.202/FiraCode_1.202.zip) · [How to install](https://github.com/tonsky/FiraCode/wiki) · [News & updates](https://twitter.com/FiraCode)
#### [Download v1.203](https://github.com/tonsky/FiraCode/releases/download/1.203/FiraCode_1.203.zip) · [How to install](https://github.com/tonsky/FiraCode/wiki) · [News & updates](https://twitter.com/FiraCode)
Fira Code is an extension of the Fira Mono font containing a set of ligatures for common programming multi-character combinations. This is just a font rendering feature: underlying code remains ASCII-compatible. This helps to read and understand code faster. For some frequent sequences like `..` or `//`, ligatures allow us to correct spacing.
@ -134,6 +134,10 @@ Other monospaced fonts with ligatures:
### Changelog
#### 1.203 (September 17, 2016)
- Added `__` (#120, #269)
#### 1.202 (September 17, 2016)
- Removed `{.` `.}` `[.` `.]` `(.` `.)` (#264)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 338 KiB

After

Width:  |  Height:  |  Size: 334 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 108 KiB

View file

@ -1,4 +1,4 @@
.= .- := =:=
.= .- := =:= __
== != === !== =/=
<<- <-- <- <-> -> --> ->>
@ -18,7 +18,7 @@
0xF 9:45 m-x *ptr www
;; :: ::: !! ?? %% &&
|| .. ... ..<
|| .. ... ..< __
-- --- ++ +++ ** ***
~= ~- -~ ~@