1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-07-04 16:06:26 +03:00

Created Atom instructions (markdown)

Nikita Prokopov 2015-12-20 19:32:19 +05:00
parent c2442b3091
commit 4bd398e81b

11
Atom-instructions.md Normal file

@ -0,0 +1,11 @@
To enable ligatures, Menu → Open your stylesheet and add `text-rendering` to `atom-text-editor`:
```
atom-text-editor {
text-rendering: optimizeLegibility;
}
```
Youll need Atom 1.1 or newer.
Beware that in some syntaxes **selected ligatures might not work**. This is usually a syntax parser/tokenization issue (e.g. `->` breaks into two symbols by JS/Ruby syntax highlighter). See issues [#63](https://github.com/tonsky/FiraCode/issues/63) and [#69](https://github.com/tonsky/FiraCode/issues/63)