Version 1.200
|
@ -75533,10 +75533,9 @@ width = 600;
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
color = 6;
|
|
||||||
export = 0;
|
export = 0;
|
||||||
glyphname = asterisk_large.rem;
|
glyphname = asterisk_large.rem;
|
||||||
lastChange = "2016-07-18 13:26:41 +0000";
|
lastChange = "2016-07-18 15:00:26 +0000";
|
||||||
layers = (
|
layers = (
|
||||||
{
|
{
|
||||||
layerId = UUID0;
|
layerId = UUID0;
|
||||||
|
@ -118759,5 +118758,5 @@ oV = 98;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
versionMajor = 1;
|
versionMajor = 1;
|
||||||
versionMinor = 111;
|
versionMinor = 200;
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,7 +8,7 @@ Programmers use a lot of symbols, often encoded with several characters. For the
|
||||||
|
|
||||||
### Solution
|
### 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.
|
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" />
|
<img src="./showcases/livescript.png" />
|
||||||
|
|
||||||
|
Clojure:
|
||||||
|
|
||||||
|
<img src="./showcases/clojure.png" />
|
||||||
|
|
||||||
|
|
||||||
### Alternatives
|
### Alternatives
|
||||||
|
|
||||||
Other monospaced fonts with ligatures:
|
Other monospaced fonts with ligatures:
|
||||||
|
@ -117,7 +122,7 @@ Other monospaced fonts with ligatures:
|
||||||
|
|
||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
#### Work in progress
|
#### 1.200 (July 18, 2016)
|
||||||
|
|
||||||
- Removed `!!!` `???` `;;;` `&&&` `|||` `=~` (#167) `~~~` `%%%`
|
- Removed `!!!` `???` `;;;` `&&&` `|||` `=~` (#167) `~~~` `%%%`
|
||||||
- New safer `calt` code that doesn’t apply ligatures to long sequences of chars, e.g. `!!!!`, `>>>>`, etc (#49, #110, #176)
|
- New safer `calt` code that doesn’t apply ligatures to long sequences of chars, e.g. `!!!!`, `>>>>`, etc (#49, #110, #176)
|
||||||
|
|
Przed Szerokość: | Wysokość: | Rozmiar: 226 KiB Po Szerokość: | Wysokość: | Rozmiar: 366 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 79 KiB |
Przed Szerokość: | Wysokość: | Rozmiar: 88 KiB Po Szerokość: | Wysokość: | Rozmiar: 61 KiB |
BIN
showcases/go.png
Przed Szerokość: | Wysokość: | Rozmiar: 64 KiB Po Szerokość: | Wysokość: | Rozmiar: 64 KiB |
Przed Szerokość: | Wysokość: | Rozmiar: 115 KiB Po Szerokość: | Wysokość: | Rozmiar: 115 KiB |
Przed Szerokość: | Wysokość: | Rozmiar: 45 KiB Po Szerokość: | Wysokość: | Rozmiar: 45 KiB |
Przed Szerokość: | Wysokość: | Rozmiar: 74 KiB Po Szerokość: | Wysokość: | Rozmiar: 75 KiB |
|
@ -4,7 +4,7 @@
|
||||||
<<- <-- <- <-> -> --> ->>
|
<<- <-- <- <-> -> --> ->>
|
||||||
<=< <<= <== <=> => ==> =>> >=>
|
<=< <<= <== <=> => ==> =>> >=>
|
||||||
>>= >>- >- -< -<< =<<
|
>>= >>- >- -< -<< =<<
|
||||||
<~~ <~ ~~~ ~> ~~>
|
<~~ <~ ~~ ~> ~~>
|
||||||
|
|
||||||
<<< << <= <> >= >> >>>
|
<<< << <= <> >= >> >>>
|
||||||
<| <|> |>
|
<| <|> |>
|
||||||
|
@ -15,15 +15,14 @@
|
||||||
|
|
||||||
\\ \\\ {- -} // ///
|
\\ \\\ {- -} // ///
|
||||||
/* /** **/ */
|
/* /** **/ */
|
||||||
</ <!-- www --> />
|
</ <!-- </> --> />
|
||||||
0xF 9:45 m-x *ptr
|
0xF 9:45 m-x *ptr www
|
||||||
|
|
||||||
;; ;;; :: ::: !! !!!
|
;; :: ::: !! ?? %% &&
|
||||||
?? ??? %% %%% && &&&
|
|| .. ... ..< []
|
||||||
|| ||| .. ... ..< []
|
|
||||||
-- --- ++ +++ ** ***
|
-- --- ++ +++ ** ***
|
||||||
|
|
||||||
~= ~- -~ =~ ~@
|
~= ~- -~ ~@
|
||||||
^= ?= /= /== |= ||=
|
^= ?= /= /== |= ||=
|
||||||
## ### ####
|
## ### ####
|
||||||
#{ #[ #( #? #_ #_(
|
#{ #[ #( #? #_ #_(
|
||||||
|
|