Skip to content

Commit 1af9337

Browse files
authored
Merge pull request #9948 from 4O4/add-icon-mapping-graphqls
Add file icon mapping for .graphqls extension
2 parents e255c6c + d5b2d6d commit 1af9337

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ui/src/lib/components/file/typeMap.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export const symbolFileExtensionsToIcons: { [key: string]: string } = {
9595
gql: 'graphql',
9696
gradle: 'gradle',
9797
graphql: 'graphql',
98+
graphqls: 'graphql',
9899
h: 'h',
99100
haml: 'haml',
100101
heex: 'elixir',

0 commit comments

Comments
 (0)