Skip to content

Instantly share code, notes, and snippets.

@kevinnio
Created May 22, 2019 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinnio/d9531d8d0986472fbc5063207b67a697 to your computer and use it in GitHub Desktop.
Save kevinnio/d9531d8d0986472fbc5063207b67a697 to your computer and use it in GitHub Desktop.
Example of Fira Code on GitHub
// FIRA CODE OFFICIAL REPO: https://github.com/tonsky/FiraCode
object o;
if (o is int i || (o is string s &&
int.TryParse(s, out i)) { /* use i */ }
var x = 0xABCDEF;
-> --> ==> != === !== && ||<=<
</><tag> http://www.hanselman.com
<=><!-- HTML Comment -->
i++; #### ***
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment