Italicize comments
maxlapides opened this issue · 2 comments
maxlapides commented
Hi there! Love the work you've done on Duotone -- it looks awesome! I was just wondering what your thoughts are on italicizing code comments. (I personally prefer my syntax highlighting scheme to italicize code comments.) Thanks again :)
huphtur commented
+1
simurai commented
👍 Yeah, I like it too. Let's do it.
If somebody really hates it, it can be undone in styles.less
with
atom-text-editor::shadow .comment {
font-style: normal;
}