Skip to content

Commit

Permalink
feat: differentiate the $ prefix in shell-session (#2444)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstaley authored May 15, 2024
1 parent ff9f754 commit 8893d8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/syntax-highlighting/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ export const theme: ThemeRegistrationResolved = {
],
settings: { foreground: 'var(--hds-code-block-color-punctuation)' },
},
{
scope: ['punctuation.separator.prompt.shell-session'],
settings: { foreground: 'var(--hds-code-block-color-cyan)' },
},
{
scope: [
'markup.underline.link',
Expand Down

0 comments on commit 8893d8a

Please sign in to comment.