We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6679b94 commit de4d764Copy full SHA for de4d764
.github/workflows/updateCompletionTable.js
@@ -17,6 +17,7 @@ const FOLDER_TO_LANG = {
17
swift: 'Swift',
18
cpp: 'C++',
19
kotlin: 'Kotlin',
20
+ dart: 'Dart',
21
};
22
const PREPEND_PATH = process.argv[2] || './';
23
const TEMPLATE_PATH = process.argv[3] || './README_template.md';
0 commit comments