Skip to content

Commit 4f62348

Browse files
committed
fix: add missing markdown entry to LANGUAGE_COLORS
1 parent 5bb82d7 commit 4f62348

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/components/DependencyGraph/GraphNode.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ const LANGUAGE_COLORS: Record<string, string> = {
4747
typescript: 'text-blue-600 dark:text-blue-500',
4848
json: 'text-zinc-500 dark:text-zinc-400',
4949
yaml: 'text-zinc-500 dark:text-zinc-400',
50+
markdown: 'text-zinc-500 dark:text-zinc-400',
5051
config: 'text-zinc-500 dark:text-zinc-400',
5152
test: 'text-purple-500 dark:text-purple-400',
5253
unknown: 'text-zinc-400 dark:text-zinc-500',

0 commit comments

Comments
 (0)