pull/222/head
Nikita Prokopov 2016-07-18 21:02:34 +06:00
rodzic 117b7e8122
commit eef76cac3a
36 zmienionych plików z 17 dodań i 14 usunięć

Wyświetl plik

@ -75533,10 +75533,9 @@ width = 600;
);
},
{
color = 6;
export = 0;
glyphname = asterisk_large.rem;
lastChange = "2016-07-18 13:26:41 +0000";
lastChange = "2016-07-18 15:00:26 +0000";
layers = (
{
layerId = UUID0;
@ -118759,5 +118758,5 @@ oV = 98;
};
};
versionMajor = 1;
versionMinor = 111;
versionMinor = 200;
}

Wyświetl plik

@ -8,7 +8,7 @@ Programmers use a lot of symbols, often encoded with several characters. For the
### Solution
#### Download [Fira Code v1.102](https://github.com/tonsky/FiraCode/releases/download/1.102/FiraCode_1.102.zip) | Read [how to install](https://github.com/tonsky/FiraCode/wiki) | Follow updates 📢 [@FiraCode](https://twitter.com/FiraCode)
#### 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)
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.
@ -98,6 +98,11 @@ LiveScript:
<img src="./showcases/livescript.png" />
Clojure:
<img src="./showcases/clojure.png" />
### Alternatives
Other monospaced fonts with ligatures:
@ -117,7 +122,7 @@ Other monospaced fonts with ligatures:
### Changelog
#### Work in progress
#### 1.200 (July 18, 2016)
- Removed `!!!` `???` `;;;` `&&&` `|||` `=~` (#167) `~~~` `%%%`
- New safer `calt` code that doesnt apply ligatures to long sequences of chars, e.g. `!!!!`, `>>>>`, etc (#49, #110, #176)

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.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Przed

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

Po

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

Plik binarny nie jest wyświetlany.

Po

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

Plik binarny nie jest wyświetlany.

Przed

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

Po

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

Plik binarny nie jest wyświetlany.

Przed

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

Po

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

Plik binarny nie jest wyświetlany.

Przed

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

Po

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

Plik binarny nie jest wyświetlany.

Przed

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

Po

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

Plik binarny nie jest wyświetlany.

Przed

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

Po

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

Wyświetl plik

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