Skip to content

Commit

Permalink
feat: add vue &split Racket to Css
Browse files Browse the repository at this point in the history
  • Loading branch information
Jambo2018 committed Apr 2, 2023
1 parent d0573d6 commit 127ec31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

yarn.lock
8 changes: 5 additions & 3 deletions components/LanguageSelect.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { FC } from 'react';
import type { FC } from 'react';

interface Props {
language: string;
Expand Down Expand Up @@ -34,12 +34,13 @@ const languages = [
{ value: 'Python', label: 'Python' },
{ value: 'TSX', label: 'TSX' },
{ value: 'JSX', label: 'JSX' },
{ value: 'Vue', label: 'Vue' },
{ value: 'Go', label: 'Go' },
{ value: 'C', label: 'C' },
{ value: 'C++', label: 'C++' },
{ value: 'Java', label: 'Java' },
{ value: 'C#', label: 'C#' },
{ value: ' Visual Basic .NET', label: ' Visual Basic .NET' },
{ value: 'Visual Basic .NET', label: 'Visual Basic .NET' },
{ value: 'SQL', label: 'SQL' },
{ value: 'Assembly Language', label: 'Assembly Language' },
{ value: 'PHP', label: 'PHP' },
Expand All @@ -65,7 +66,8 @@ const languages = [
{ value: 'Bash', label: 'Bash' },
{ value: 'Powershell', label: 'Powershell' },
{ value: 'PL/SQL', label: 'PL/SQL' },
{ value: 'CSS', label: 'Racket' },
{ value: 'CSS', label: 'CSS' },
{ value: 'Racket', label: 'Racket' },
{ value: 'HTML', label: 'HTML' },
{ value: 'NoSQL', label: 'NoSQL' },
];

0 comments on commit 127ec31

Please sign in to comment.