Skip to content

Commit

Permalink
Merge pull request #7 from fredvs/main
Browse files Browse the repository at this point in the history
Added Pascal language.
  • Loading branch information
mckaywrigley authored Apr 2, 2023
2 parents 68af30b + 50724e1 commit d0573d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/LanguageSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const LanguageSelect: FC<Props> = ({ language, onChange }) => {
};

const languages = [
{ value: 'Pascal', label: 'Pascal' },
{ value: 'JavaScript', label: 'JavaScript' },
{ value: 'TypeScript', label: 'TypeScript' },
{ value: 'Python', label: 'Python' },
Expand Down

1 comment on commit d0573d6

@vercel
Copy link

@vercel vercel bot commented on d0573d6 Apr 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.