8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc0b2a commit f423023Copy full SHA for f423023
lib/helper.js
@@ -40,7 +40,7 @@ const LANGS = [
40
{lang: 'kotlin', ext: '.kt', style: 'c'},
41
{lang: 'mysql', ext: '.sql', style: '--'},
42
{lang: 'python', ext: '.py', style: '#'},
43
- {lang: 'python3', ext: '.py', style: '#'},
+ {lang: 'python3', ext: '.py3', style: '#'},
44
{lang: 'ruby', ext: '.rb', style: '#'},
45
{lang: 'rust', ext: '.rs', style: 'c'},
46
{lang: 'scala', ext: '.scala', style: 'c'},
0 commit comments