kopia lustrzana https://github.com/tonsky/FiraCode
rodzic
5a66cfb2a9
commit
436ac320b3
|
@ -1,8 +1,5 @@
|
|||
{
|
||||
.appVersion = "895";
|
||||
DisplayStrings = (
|
||||
/numbersign_exclam.liga
|
||||
);
|
||||
classes = (
|
||||
{
|
||||
automatic = 1;
|
||||
|
|
|
@ -8,7 +8,7 @@ Programmers use a lot of symbols, often encoded with several characters. For the
|
|||
|
||||
### Solution
|
||||
|
||||
#### [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)
|
||||
#### [Download v1.204](https://github.com/tonsky/FiraCode/releases/download/1.204/FiraCode_1.204.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.
|
||||
|
||||
|
@ -135,7 +135,7 @@ Other monospaced fonts with ligatures:
|
|||
|
||||
### Changelog
|
||||
|
||||
#### WIP
|
||||
#### 1.204 (November 6, 2016)
|
||||
|
||||
- Added `U+25B6` (black right-pointing triangle) and `U+25C0` (black left-pointing triangle) (#289)
|
||||
- Changed look of Markdown headers `##` `###` `####` to make them easier to tell apart (#287)
|
||||
|
|
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.
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/bash -x
|
||||
|
||||
# Remove Retina from webfonts
|
||||
rm distr/FiraCode-Retina.eot 2> /dev/null
|
||||
|
|
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Przed Szerokość: | Wysokość: | Rozmiar: 334 KiB Po Szerokość: | Wysokość: | Rozmiar: 355 KiB |
|
@ -1,13 +1,13 @@
|
|||
.= .- := =:= __
|
||||
== != === !== =/=
|
||||
|
||||
<<- <-- <- <-> -> --> ->>
|
||||
<-< <<- <-- <- <-> -> --> ->> >->
|
||||
<=< <<= <== <=> => ==> =>> >=>
|
||||
>>= >>- >- -< -<< =<<
|
||||
>>= >>- >- <~> -< -<< =<<
|
||||
<~~ <~ ~~ ~> ~~>
|
||||
|
||||
<<< << <= <> >= >> >>>
|
||||
<| <|> |>
|
||||
<||| <|| <| <|> |> ||> |||>
|
||||
|
||||
<$ <$> $>
|
||||
<+ <+> +>
|
||||
|
@ -18,12 +18,12 @@
|
|||
0xF 9:45 m-x *ptr www
|
||||
|
||||
;; :: ::: !! ?? %% &&
|
||||
|| .. ... ..< __
|
||||
|| .. ... ..< .? ?. ?:
|
||||
-- --- ++ +++ ** ***
|
||||
|
||||
~= ~- -~ ~@
|
||||
^= ?= /= /== |= ||=
|
||||
## ### ####
|
||||
#! ## ### ####
|
||||
#{ #[ ]# #( #? #_ #_(
|
||||
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue