Skip to content

Commit 696f645

Browse files
committed
resolve tsenart#91 yml
- added `yml` to `yaml` language extensions Signed-off-by: Max Kovgan <[email protected]>
1 parent 9d8a47f commit 696f645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/background.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
vbscript: ['vbs'],
6969
vhdl: ['vhd', 'vhdl'],
7070
xml: ['atom', 'rss', 'vsproj', 'csproj', 'build', 'wsdl', 'config', 'xsd', 'plist', 'xib'],
71-
yaml: ['yaml']
71+
yaml: ['yaml', 'yml']
7272
};
7373

7474
const BROWSER_CONTENT = ['htm', 'html', 'xml', 'xhtml', 'shtml'];

0 commit comments

Comments
 (0)