From 356b94211459594091b060fac50cdf99358228af Mon Sep 17 00:00:00 2001 From: archy Date: Fri, 26 Dec 2014 04:35:37 +0800 Subject: [PATCH] vendor.yml: added less, scss, styl suffixes for popular stylesheets --- lib/linguist/vendor.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/lib/linguist/vendor.yml b/lib/linguist/vendor.yml index 3b667371..57db0dcc 100644 --- a/lib/linguist/vendor.yml +++ b/lib/linguist/vendor.yml @@ -41,25 +41,24 @@ - (\.|-)min\.(js|css)$ # Bootstrap css and js -- (^|/)bootstrap([^.]*)\.(js|css)$ +- (^|/)bootstrap([^.]*)\.(js|css|less|scss|styl)$ - (^|/)custom\.bootstrap([^\s]*)(js|css|less|scss|styl)$ - (^|/)bootstrap/([^\s]*)import\.(css|less|scss|styl)$ # Font Awesome -- font-awesome.css +- (^|/)font-awesome\.(css|less|scss|styl)$ # Foundation css -- foundation.css +- (^|/)foundation\.(css|less|scss|styl)$ # Normalize.css -- normalize.css +- (^|/)normalize\.(css|less|scss|styl)$ # Bourbon SCSS -- (^|/)[Bb]ourbon/.*\.css$ -- (^|/)[Bb]ourbon/.*\.scss$ +- (^|/)[Bb]ourbon/.*\.(css|less|scss|styl)$ # Animate.css -- animate.css +- (^|/)animate\.(css|less|scss|styl)$ # Vendored dependencies - third[-_]?party/