1
0
Fork 0
mirror of synced 2024-06-02 18:54:55 +12:00
Commit graph

409 commits

Author SHA1 Message Date
Nikita Prokopov 0bbc6415c5 Added ::= (closes #539) 2018-02-27 13:17:02 +03:00
Nikita Prokopov b96ceee8b6 Removed =< (closes #479, closes #468, closes #424, closes #406, closes #355, closes #305) 2018-02-27 13:04:28 +03:00
Nikita Prokopov a8f8f68a6c Added :> (closes #547) and <: (closes #525) 2018-02-27 12:56:12 +03:00
Nikita Prokopov 4d5f6e0a7b Adjusted vertical position of colon : near {[()]} (closes #486) 2018-02-27 12:31:55 +03:00
Nikita Prokopov b6918c4e05 Slashed zero by default (closes #481, closes #342) 2018-02-27 12:26:54 +03:00
Konrad Heidler 1396d2ea82 Update README.md
Oneliner -- Fix link for the standalone Emacs instructions
2018-02-10 12:44:41 +03:00
Maximilian Ertl e68b88dcf2 Add Abricotine to list of supported editors
It's a Markdown Editor (https://github.com/brrd/Abricotine) that switches to Fira Code as soon as the font is installed, ligatures are fully supported.
2017-12-18 01:49:47 +03:00
Nikita Prokopov 4c9a74e220 BBEdit is only supported for v11 (#530) 2017-12-15 16:19:24 +03:00
dospunk 277388bb46 Add supercollider 3 to list of working editors 2017-12-12 10:14:21 +03:00
Nikita Prokopov 49d5f08f6d Added kitty support (closes #519) 2017-11-19 12:18:31 +03:00
Nikita Prokopov 8fdf83ff5e Added Token2Shell/MD 2017-11-02 13:27:48 +03:00
Alfred Bez 6fe8cad406 Sublime Text 3 now has font ligature support (#502) 2017-10-06 22:34:44 +07:00
Nikita Prokopov 9529b8ae22 compressed table 2017-09-28 19:17:42 +07:00
Nikita Prokopov 327be68d14 Added PHP showcase (closes #295) 2017-09-28 19:14:35 +07:00
Jed Fox 079486533a Add examples of how to use Fira Code on a webpage (#491) 2017-09-28 14:56:54 +07:00
Mauro Porras P 6d2d5eb065 Update support for iterm2 (#497) 2017-09-28 14:55:03 +07:00
Slam b9d29898c2 Renamed "Black Screen" to upterm (#489) 2017-09-18 22:23:00 +07:00
Nikita Prokopov 862454fcda Link to Cloud9 wiki instructions (closes #457) 2017-08-07 15:51:55 +02:00
Nikita Prokopov 69838e8172 Works on Mac since 4.7 (closes #458) 2017-08-07 15:50:25 +02:00
Nikita Prokopov e09b9fa11d Update README.md 2017-08-07 15:27:23 +02:00
Shai Mishali 57d2e2d3bf Added basic Swift showcase and clarified Xcode support of Ligatures (#461) 2017-08-07 15:23:51 +02:00
Nikita Prokopov aab4ce1844 Workaround for Windows / gvim (closes #462) 2017-08-07 15:21:38 +02:00
Chris Charles 6f28951cf6 Add Alacritty to list of unsupported terminals (#469) 2017-08-07 15:12:01 +02:00
Nikita Prokopov f8b8865cf5 Instructions for Notepad++ (closes #471) 2017-08-07 15:11:18 +02:00
Nikita Prokopov bbd33d9ed6 Added Android Studio to supported list (closes #446) 2017-06-22 21:20:22 +03:00
Nikita Prokopov 91fd348be8 Delphi IDE is not supported (closes #445) 2017-06-22 13:39:17 +03:00
Nikita Prokopov e8822d256c Fixed broken links caused by #442 2017-06-13 21:19:39 +03:00
Jed Fox cc85f89b16 Linkify issue references (#442)
I used gh-sauce (npm i -g gh-sauce) to perform the transform automatically.
2017-06-13 21:10:39 +03:00
Nikita Prokopov b169b843af Added ZOC to supported terminals 2017-06-12 20:55:24 +03:00
Nikita Prokopov bb2330d344 Link to troubleshooting section 2017-06-10 15:46:53 +03:00
Nikita Prokopov 75765e96dc cmd.exe is not supported (closes #431) 2017-05-31 21:49:44 +03:00
Jed Fox 1cf944cc52 Remove [] ligature from specimen (#432) 2017-05-31 20:50:05 +03:00
Miguel Araújo 71c7412b9a Add CHANGELOG file (#415) 2017-04-27 14:45:41 +03:00
Jay Fault cc3f45072c Spyder w/ Qt5 (#401) 2017-03-30 16:24:40 +03:00
Nikita Prokopov 98dc8fb0ad Added Cloud9 to list of supported editors (closes #400) 2017-03-30 09:26:05 +03:00
Ivan Vyshnevskyi 1f135b6b01 Add leading and trailing pipes to tables in readme.md (#394)
A rendering of the “Terminal support” table was broken in `README.md`.

The [new GitHub's parser][1] seems to handle differently the leftmost empty
table cell if it has no leading pipe (`|`):

* if it's in the middle of the table, the whole row shifts to the left
  (the second cell becomes first, third takes place of the second, etc.)
* if it's the table's last row or all rows after it also have only whitespace
  and no leading pipe, they are parsed as a new block element
  (the code block, because of leading whitespace)

Also, new spec [recommends][2] adding leading and trailing pipes for
_“clarity of reading”_ and to avoid parsing ambiguity. Both currently existing
tables were updated to follow this advice.

[1]: https://githubengineering.com/a-formal-spec-for-github-markdown/
[2]: https://github.github.com/gfm/#tables-extension-
2017-03-25 18:05:36 +03:00
4rchie 88fdc524fb Update README.md (#387)
just checked firacode on vs2017 and works fine (apart form <- -> ligatures which are still not yet implemneted in vs
2017-03-21 17:43:23 +03:00
Nikita Prokopov bcda8b7745 Fixed dropbox link 2017-03-20 11:50:13 +03:00
Nikita Prokopov c9813e2a4a Added VimR 2017-02-16 12:22:00 +03:00
Nikita Prokopov 567d3b2243 CodePen has added Fira Code 2017-02-16 12:17:37 +03:00
Nikita Prokopov 8718a1ed41 Projects using Fira Code 2017-02-15 22:07:49 +03:00
Dave Shaw 0eebda6504 Adding LINQPad as a supported editor (#358) 2017-02-15 21:42:40 +03:00
Tan Jay Jun 0a321b5369 Add Elixir showcase to README.md (#347) 2017-01-18 14:54:18 +07:00
Nikita Prokopov f5d13bb76e Added info on how to enable ligatures in CodeMirror, closes #318 2016-11-30 18:40:27 +00:00
Yehonathan Sharvit bf70e5c912 Fira Code works fine in Chrome without any special flag (#303) 2016-12-01 01:39:19 +07:00
Mads Tjørnelund Toustrup f8358a5e7a Added JetBrains Rider (#319)
Added the JetBrains Rider IDE to the list of supported editors.
2016-12-01 01:33:42 +07:00
Oliver Boermans 665e441cc8 Add TextWrangler as supported in README (#314) 2016-11-23 19:11:50 +07:00
in-in e69690d91f HyperTerm renamed to Hyper.app (#302)
https://zeit.co/blog/the-hyper-plan
2016-11-08 19:25:54 +07:00
Andrew Conrad 54bbdd3dde Clean up terminal support table in README (#300) 2016-11-06 21:28:38 +07:00
Derrek Bertrand 1c12d39b19 Update README.md (#296)
Added the popular guake terminal to the list of VTE terminals.
Verified that it does not work in Guake and that guake relies on python-vte.
2016-11-06 13:47:34 +07:00