From dc5d17295e842c4ab4b0a3767eae03f6c97cec88 Mon Sep 17 00:00:00 2001 From: Haofei Yin <735961159@qq.com> Date: Tue, 12 Dec 2023 12:05:26 +0800 Subject: [PATCH] Update ISubmission.ts fix code highlight bug --- src/Type/ISubmission.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Type/ISubmission.ts b/src/Type/ISubmission.ts index 27fd34a..de2c0ae 100644 --- a/src/Type/ISubmission.ts +++ b/src/Type/ISubmission.ts @@ -59,7 +59,8 @@ export const langMap: any = { "C11": "c", "Java8": "java", "Java11": "java", - "Python3": "python", + "Python3.6": "python", + "Python3.11": "python", "cpp11": "cpp" }