FiraCodeiScript
FiraCodeiScript copied to clipboard
Docs for different editors
Hi!
First thanks for the font, it's awesome, I've been using it for about a year now and love it.
I think, you should write more documentation on how to install it in our editors, since it requires a bit of configuration when you don't use a theme that supports italic font style.
By the way, I've written an article about it yesterday (where I mention your pseudonym, but I can delete it if you want). It's written in french but I could make a pull request to your project with a little extra documentation for installation in VSCode in english.
Thank you Benjamin
For Atom, to make sure you've got the italics working (on, for example, comments), you can use the chrome developer inspector (since Atom uses Chromium-based Electron), find the CSS class used for comment elements (for me it appears to be .syntax--comment
:
Then go to Atom > Stylesheet... and ensure the font is italic:
.syntax--comment {
font-style: italic;
}
how to ensure syntax highlighting utilize italics in R?
It will depend on the editor, not the language 😉
sorry, i meant Rstudio!
Oh ok, then I don't know since I don't use this one.