Skip to content

Commit ec9c3be

Browse files
committed
Add some more supported languages
- oraclesql - mssql - typescript
1 parent 754102a commit ec9c3be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.js

+3
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,17 @@ const LANG_TO_EXTENSION = {
1313
'java': 'java',
1414
'javascript': 'js',
1515
'kotlin': 'kt',
16+
'mssql': 'sql',
1617
'mysql': 'sql',
18+
'oraclesql': 'sql',
1719
'php': 'php',
1820
'python': 'py',
1921
'python3': 'py',
2022
'ruby': 'rb',
2123
'rust': 'rs',
2224
'scala': 'scala',
2325
'swift': 'swift',
26+
'typescript': 'ts',
2427
};
2528

2629
const delay = ms => new Promise(res => setTimeout(res, ms));

0 commit comments

Comments
 (0)