Skip to content

Commit 3757744

Browse files
authored
feat(language): add Gleam coding language (@binajmen) (monkeytypegame#6771)
### Description Adding the Gleam language! https://gleam.run/ ### Checks - [x] Adding a language? - Make sure to follow the [languages documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LANGUAGES.md) - [x] Add language to `packages/contracts/src/schemas/languages.ts` - [x] Add language to exactly one group in `frontend/src/ts/constants/languages.ts` - [x] Add language json file to `frontend/static/languages` - [x] Check if any open issues are related to this PR; if so, be sure to tag them below. - [x] Make sure the PR title follows the Conventional Commits standard. (https://www.conventionalcommits.org for more info) - [x] Make sure to include your GitHub username prefixed with @ inside parentheses at the end of the PR title.
1 parent 363e21b commit 3757744

File tree

3 files changed

+450
-0
lines changed

3 files changed

+450
-0
lines changed

frontend/src/ts/constants/languages.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ export const LanguageGroups: Record<string, Language[]> = {
340340
"code_arduino",
341341
"code_systemverilog",
342342
"code_elixir",
343+
"code_gleam",
343344
"code_zig",
344345
"code_gdscript",
345346
"code_gdscript_2",

0 commit comments

Comments
 (0)