From a29e5be6b4d08efba1d85b6f97da6f47adc0bc40 Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Sun, 22 Dec 2019 14:56:05 +0100 Subject: [PATCH] Use correct language identifier for Python 3 --- js/views/editor-types/monaco/monaco.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/views/editor-types/monaco/monaco.ts b/js/views/editor-types/monaco/monaco.ts index ef6c617..08c42ec 100644 --- a/js/views/editor-types/monaco/monaco.ts +++ b/js/views/editor-types/monaco/monaco.ts @@ -42,7 +42,7 @@ const languageMap = { plaintext: null, postgresql: 'sql', python2: 'python', - python3: 'python', + python: 'python', raku: null, rust: 'rust', sh: 'shell',