Skip to content

Commit

Permalink
add elixir extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
hmdyt authored Nov 2, 2024
1 parent 615c345 commit 0f06f4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onlinejudge/_implementation/language_guessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ def guess_language_ids_of_python_file(filename: pathlib.Path, code: bytes, langu
{ 'names': [ 'common lisp' ], 'exts': [ 'lisp', 'lsp', 'cl' ] },
{ 'names': [ 'crystal' ], 'exts': [ 'cr' ] },
{ 'names': [ 'd' ], 'exts': [ 'd' ], 'split': True },
{ 'names': [ 'elixir' ], 'exts': [ 'ex', 'exs' ] },
{ 'names': [ 'f#' ], 'exts': [ 'fs' ] },
{ 'names': [ 'fortran' ], 'exts': [ 'for', 'f', 'f90', 'f95', 'f03' ] },
{ 'names': [ 'go' ], 'exts': [ 'go' ], 'split': True },
Expand Down

0 comments on commit 0f06f4f

Please sign in to comment.