Skip to content

Commit

Permalink
add Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
kkosuge committed Feb 6, 2021
1 parent 02912a9 commit fe7d51e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const languages = [
{ text: 'pgSQL', value: 'pgsql' },
{ text: 'PHP', value: 'php' },
{ text: 'PowerShell', value: 'powershell' },
{ text: 'Rust', value: 'rust' },
]

export default languages

0 comments on commit fe7d51e

Please sign in to comment.