Add Odin language (#7186)

This commit is contained in:
Waqar Ahmed
2024-12-06 21:28:47 +05:00
committed by GitHub
parent b679a2dcb3
commit d3ef2de208
12 changed files with 338 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ export type LanguageKey =
| 'modula2'
| 'nim'
| 'ocaml'
| 'odin'
| 'objc'
| 'objc++'
| 'openclc'