We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b95ffc commit ead8320Copy full SHA for ead8320
1 file changed
src/languageMapping.ts
@@ -26,7 +26,8 @@ export const g_objLanguageMapping: { [key: string]: string } = {
26
'dart': 'dart', // Dart
27
'md': 'markdown', // markdown
28
'json':'json',
29
- 'txt': 'text'
+ 'txt': 'text',
30
+ 'yml':'yaml'
31
};
32
33
/**
0 commit comments