From 696f645b885b3897e127d11ad45f16f94af87955 Mon Sep 17 00:00:00 2001 From: Max Kovgan Date: Mon, 3 Apr 2017 13:49:46 +0300 Subject: [PATCH] resolve #91 yml - added `yml` to `yaml` language extensions Signed-off-by: Max Kovgan --- js/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/background.js b/js/background.js index 6192283..1ec58c8 100644 --- a/js/background.js +++ b/js/background.js @@ -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'];