Use correct language identifier for Python 3

This commit is contained in:
Konrad Borowski 2019-12-22 14:56:05 +01:00
parent 6f220e90a1
commit a29e5be6b4

View File

@ -42,7 +42,7 @@ const languageMap = {
plaintext: null,
postgresql: 'sql',
python2: 'python',
python3: 'python',
python: 'python',
raku: null,
rust: 'rust',
sh: 'shell',