Skip to content

Commit

Permalink
Scheme: Add underline font style
Browse files Browse the repository at this point in the history
  • Loading branch information
FichteFoll committed Aug 29, 2020
1 parent c4437d5 commit 40d348c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
{ "trigger": "bold\tfont style", "contents": "bold" },
{ "trigger": "glow\tfont style", "contents": "glow" },
{ "trigger": "italic\tfont style", "contents": "italic" },
{ "trigger": "underline\tfont style", "contents": "underline" },
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ contexts:
- include: string-escape

font-style:
- match: \b(bold|glow|italic)\b
- match: \b(bold|glow|italic|underline)\b # glow & underline added in 4050 and 4074
scope: support.constant.font-style.color-scheme

expect-underlinestyle-string-value:
Expand Down

0 comments on commit 40d348c

Please sign in to comment.