We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d8a47f commit 696f645Copy full SHA for 696f645
js/background.js
@@ -68,7 +68,7 @@
68
vbscript: ['vbs'],
69
vhdl: ['vhd', 'vhdl'],
70
xml: ['atom', 'rss', 'vsproj', 'csproj', 'build', 'wsdl', 'config', 'xsd', 'plist', 'xib'],
71
- yaml: ['yaml']
+ yaml: ['yaml', 'yml']
72
};
73
74
const BROWSER_CONTENT = ['htm', 'html', 'xml', 'xhtml', 'shtml'];
0 commit comments