Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export const languages: string[] = [
"rust",
"scala",
"swift",
"typescript",
];

export const langExt: Map<string, string> = new Map([
Expand All @@ -55,6 +56,7 @@ export const langExt: Map<string, string> = new Map([
["rust", "rs"],
["scala", "scala"],
["swift", "swift"],
["typescript", "ts"],
]);

export enum ProblemState {
Expand Down