Skip to content

Commit 9bdef35

Browse files
authored
Merge pull request #184 from abeprincec/master
Feature: Syntax highlight for puncation.section.embedded
2 parents 6164157 + 16d4682 commit 9bdef35

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.changeset/ninety-crabs-roll.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"github-vscode-theme": minor
3+
---
4+
5+
Add syntax highlight for puncation.section.embedded

src/theme.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,12 @@ function getTheme({ theme, name }) {
570570
foreground: lightDark(scale.red[7], scale.red[2])
571571
},
572572
},
573+
{
574+
scope: ["punctuation.section.embedded"],
575+
settings: {
576+
foreground: lightDark(scale.red[5], scale.red[3])
577+
},
578+
},
573579
{
574580
scope: [
575581
"markup.inserted",

0 commit comments

Comments
 (0)