Skip to content

Commit 9a3440c

Browse files
committed
Add Dart to language map
1 parent 2eca4c0 commit 9a3440c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

verifySiteData.js

+5
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ const languageMap = {
7171
directory: 'scala',
7272
extension: 'scala'
7373
},
74+
dart: {
75+
name: 'Dart',
76+
directory: 'dart',
77+
extension: 'dart'
78+
},
7479
};
7580

7681
const GITHUB_BASE_URL = 'https://github.com/neetcode-gh/leetcode/blob/main';

0 commit comments

Comments
 (0)