pull/271/head 1.201
Nikita Prokopov 2016-08-30 18:34:40 +07:00
rodzic 84abe866d2
commit 92df0e878c
33 zmienionych plików z 35 dodań i 33 usunięć

File diff suppressed because one or more lines are too long

Wyświetl plik

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

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.

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.

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.

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.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 330 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 354 KiB

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 74 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 74 KiB

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 59 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 59 KiB

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 60 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 60 KiB

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 108 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 107 KiB

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 42 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 43 KiB

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 68 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 68 KiB

Wyświetl plik

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