Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 074d581

Browse files
Update action.js
1 parent 5439150 commit 074d581

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/action.js‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const LANG_TO_EXTENSION = {
99
'csharp': 'cs',
1010
'dart': 'dart',
1111
'elixir': 'ex',
12+
'erlang': 'erl',
1213
'golang': 'go',
1314
'java': 'java',
1415
'javascript': 'js',
@@ -20,13 +21,12 @@ const LANG_TO_EXTENSION = {
2021
'python': 'py',
2122
'python3': 'py',
2223
'pythondata': 'py',
24+
'racket': 'rkt',
2325
'ruby': 'rb',
2426
'rust': 'rs',
2527
'scala': 'scala',
2628
'swift': 'swift',
27-
'typescript': 'ts',
28-
'racket': 'rkt',
29-
'erlang':'erl',
29+
'typescript': 'ts',
3030
};
3131

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /