Replies: 4 comments
|
Do you mean making HTML attributes italic, like in this example? Hmm... in general, this theme tries to stay close to how github.com highlights HTML attributes which are non-italic. But we can convert this issue to a discussion and see if we get more feedback. |
0 replies
|
Based on this comment, you can also enable this in your "editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "entity.other.attribute-name",
"settings": {
"fontStyle": "italic"
}
}
]
} |
0 replies
|
Moving from #213 where @mittalyashu has a similar suggestion.
|
0 replies
|
In the meantime if anyone else wants to add italics to any of their themes (including Github theme), you can copy the following snippet in your settings.json: https://gist.github.com/mjsarfatti/ab0c9386436d47b7a7c8c4fae3769670 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Many themes in the marketplace have italics support that makes a life a lot easier, especially in front end development.
For eg:- When the HTML markup is a large file then if the attributes are italicised, it would be a lot easier to look at and modify the markup.
Please provide support for this feature. It would be a life saver.
Thank You
All reactions