Skip to content

Commit

Permalink
feat: Use italic font for HTML attributes
Browse files Browse the repository at this point in the history
Fixes: #17 - Italic for HTML Attributes
  • Loading branch information
mskelton committed Jun 5, 2020
1 parent 3376001 commit 3ab7af9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/token-groups/italic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export const italicTokens: TokenGroup[] = [
name: "One Dark italic",
scope: [
"comment",
"entity.other.attribute-name",
"keyword",
"markup.underline.link",
"storage.modifier",
Expand Down

0 comments on commit 3ab7af9

Please sign in to comment.