Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main--components--…
Browse files Browse the repository at this point in the history
…windmill
  • Loading branch information
rubenfiszel authored Jul 10, 2023
2 parents 04aea52 + 198515d commit 98fe211
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
go: GoIcon,
python3: PythonIcon,
deno: TypeScriptIcon,
// graphql: TypeScriptIcon,
graphql: TypeScriptIcon,
bun: TypeScriptIcon,
bash: BashIcon,
pgsql: PostgresIcon,
Expand Down
4 changes: 4 additions & 0 deletions frontend/src/lib/scripts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ export function scriptLangToEditorLang(lang: Script.language) {
return 'typescript'
} else if (lang == 'nativets') {
return 'typescript'
} else if (lang == 'graphql') {
return 'typescript'
} else if (lang == 'postgresql') {
return 'sql'
} else if (lang == 'mysql') {
return 'sql'
} else if (lang == 'python3') {
return 'python'
} else if (lang == 'bash') {
Expand Down

0 comments on commit 98fe211

Please sign in to comment.