1
0
Fork 0
mirror of synced 2024-05-20 12:33:29 +12:00

Version 1.201

This commit is contained in:
Nikita Prokopov 2016-08-30 18:34:40 +07:00
parent 84abe866d2
commit 92df0e878c
33 changed files with 35 additions and 33 deletions

File diff suppressed because one or more lines are too long

View file

@ -8,13 +8,40 @@ Programmers use a lot of symbols, often encoded with several characters. For the
### Solution
#### Download [Fira Code v1.200](https://github.com/tonsky/FiraCode/releases/download/1.200/FiraCode_1.200.zip) | Read [how to install](https://github.com/tonsky/FiraCode/wiki) | Follow updates [@FiraCode](https://twitter.com/FiraCode)
#### [Download v1.201](https://github.com/tonsky/FiraCode/releases/download/1.201/FiraCode_1.201.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.
<img src="./showcases/all_ligatures.png" />
### Code examples
Ruby:
<img src="./showcases/ruby.png" />
JavaScript:
<img src="./showcases/javascript.png" />
Erlang:
<img src="./showcases/erlang.png" />
Go:
<img src="./showcases/go.png" />
LiveScript:
<img src="./showcases/livescript.png" />
Clojure:
<img src="./showcases/clojure.png" />
### Terminal support
Works | Doesnt work
@ -85,31 +112,6 @@ Probably work: **Smultron, Vico** | Under question: **Code::Blocks IDE**
- ACE
- CodeMirror
### Code examples
Ruby:
<img src="./showcases/ruby.png" />
JavaScript:
<img src="./showcases/javascript.png" />
Erlang:
<img src="./showcases/erlang.png" />
Go:
<img src="./showcases/go.png" />
LiveScript:
<img src="./showcases/livescript.png" />
Clojure:
<img src="./showcases/clojure.png" />
### Alternatives

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: 330 KiB

After

Width:  |  Height:  |  Size: 354 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View file

@ -13,19 +13,19 @@
<+ <+> +>
<* <*> *>
\\ \\\ {- -} // ///
/* /** **/ */
\\ \\\ /* */ /// //
</ <!-- </> --> />
0xF 9:45 m-x *ptr www
;; :: ::: !! ?? %% &&
|| .. ... ..< []
|| .. ... ..<
[. .] (. .) {. .}
-- --- ++ +++ ** ***
~= ~- -~ ~@
^= ?= /= /== |= ||=
## ### ####
#{ #[ #( #? #_ #_(
#{ #[ ]# #( #? #_ #_(
a*b a*A B*b A*B *a *A a* A*