Skip to content

Commit

Permalink
resolve tsenart#91 yml
Browse files Browse the repository at this point in the history
- added `yml` to `yaml` language extensions

Signed-off-by: Max Kovgan <maxk@devopsent.biz>
  • Loading branch information
mvk committed Apr 3, 2017
1 parent 9d8a47f commit 696f645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
vbscript: ['vbs'],
vhdl: ['vhd', 'vhdl'],
xml: ['atom', 'rss', 'vsproj', 'csproj', 'build', 'wsdl', 'config', 'xsd', 'plist', 'xib'],
yaml: ['yaml']
yaml: ['yaml', 'yml']
};

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

0 comments on commit 696f645

Please sign in to comment.