Skip to content

Commit

Permalink
🐛 Add escape color code to discord bot
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Dec 14, 2024
1 parent c7b5dbb commit 4283440
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/discord-bot/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ const ColorTokenTypeLegend: Record<ColorTokenType, Set<RenderFormat>> = {
enum: new Set(['foreground_white']),
enumMember: new Set(['foreground_white']),
error: new Set(['foreground_red', 'underline']),
escape: new Set(['foreground_green']),
function: new Set(['foreground_yellow']),
keyword: new Set(['foreground_pink']),
literal: new Set(['foreground_blue']),
Expand Down

0 comments on commit 4283440

Please sign in to comment.