forked from welaika/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathackrc
40 lines (33 loc) · 1.01 KB
/
ackrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# sorts the found files lexically. Use this if you want your file listings to be deterministic between runs of ack.
--sort-files
# always color, even if piping to another program
--color
# groups matches by file name with. This is the default when used interactively.
--group
# only search with case sensitivity if there is mixed case
--smart-case
# follow symlinks
--follow
# additional types
--type-set=erb=.erb
--type-set=haml=.haml
--type-set=slim=.slim
--type-set=sass=.sass
--type-set=scss=.scss
--type-set=cucumber=.feature
--type-set=coffee=.coffee
--type-set=yaml=.yml
--type-set=markdown=.markdown,.md,.mdown,.mkd,.mkdn
--type-set=textile=.textile
--type-set=documentation=.markdown,.md,.mdown,.mkd,.mkdn,.textile,.rdoc,.pod.txt
--type-set=log=.log
--type-set=json=.json
--type-set=jade=.jade
--type-set=styl=.styl
# extend original types
--type-add=ruby=.rake,Rakefile,Capfile,Gemfile
--type-add=html=.erb,.slim,.haml,.jade
--type-add=js=.coffee,.json
--type-add=css=.scss,.sass,.styl
# dirs to ignore
# --ignore-dir=log