Skip to content

Commit

Permalink
Merge pull request #11 from freestatman/main
Browse files Browse the repository at this point in the history
feat: add SAS language
  • Loading branch information
mckaywrigley authored Apr 2, 2023
2 parents a91d06f + 24d7600 commit 418921c
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 @@ -50,6 +50,7 @@ const languages = [
{ value: 'R', label: 'R' },
{ value: 'Objective-C', label: 'Objective-C' },
{ value: 'Perl', label: 'Perl' },
{ value: 'SAS', label: 'SAS' },
{ value: 'Scala', label: 'Scala' },
{ value: 'Dart', label: 'Dart' },
{ value: 'Rust', label: 'Rust' },
Expand Down

1 comment on commit 418921c

@vercel
Copy link

@vercel vercel bot commented on 418921c 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.