FiraCodeiScript icon indicating copy to clipboard operation
FiraCodeiScript copied to clipboard

Docs for different editors

Open benavern opened this issue 6 years ago • 5 comments

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

benavern avatar Feb 04 '19 19:02 benavern

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:

image

Then go to Atom > Stylesheet... and ensure the font is italic:

.syntax--comment {
  font-style: italic;
}

techieshark avatar Mar 03 '19 22:03 techieshark

how to ensure syntax highlighting utilize italics in R?

dakshitaa avatar Sep 28 '21 03:09 dakshitaa

It will depend on the editor, not the language 😉

benavern avatar Sep 28 '21 06:09 benavern

sorry, i meant Rstudio!

dakshitaa avatar Sep 28 '21 06:09 dakshitaa

Oh ok, then I don't know since I don't use this one.

benavern avatar Sep 28 '21 06:09 benavern