Skip to content

Commit

Permalink
Add .pkl as a known extension for file tree
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Apr 8, 2024
1 parent ab4e41d commit 9f78612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/file-icons-generator/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export const starlight = {
extensions: {
'.astro': 'astro',
'.mdx': 'mdx',
'.pkl': 'pkl',
},
partials: {},
} satisfies Definitions,
Expand Down
1 change: 1 addition & 0 deletions packages/starlight/user-components/file-tree-icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export const definitions: Definitions = {
extensions: {
'.astro': 'astro',
'.mdx': 'mdx',
'.pkl': 'pkl',
'.bsl': 'seti:bsl',
'.mdo': 'seti:mdo',
'.cls': 'seti:salesforce',
Expand Down

0 comments on commit 9f78612

Please sign in to comment.