From 185a88503905d6cd32b3575767797f26e02da01f Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Thu, 30 Aug 2012 23:03:20 -0500 Subject: [PATCH] [ack] Added css and html types CSS will also include less and scss files. HTML will also include handlebars, mustache files as well. --- ack/ackrc.symlink | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ack/ackrc.symlink b/ack/ackrc.symlink index 6c935a0..a0582a7 100644 --- a/ack/ackrc.symlink +++ b/ack/ackrc.symlink @@ -10,4 +10,5 @@ --ignore-dir=node_modules # added file types ---type-set=less=.less +--type-set=css=.css,.less,.scss +--type-set=html=.html,.mustache,.handlebars,.tmpl