]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - .ackrc
.ackrc: Include *.scss for type=css
[dotfiles.git] / .ackrc
1 # General Ack Settings
2 # ####################################################################
3
4 # only search with case sensitivity if there is mixed case
5 --smart-case
6 # follow symlinks
7 --follow
8 # always sort the files
9 --sort-files
10 # always color, even if piping to a another program
11 --color
12 # no grouping
13 --noheading
14 --break
15
16 # Ack Type Settings
17 # ####################################################################
18 --type-set=mumps=.m,.ro,.ROU,.GLO
19 --type-set=markdown=.md,.mkd,.markdown
20 --type-set=css=.css,.scss
21
22 # Colors
23 # ####################################################################
24 --color-filename=cyan
25 --color-lineno=yellow bold
26 --color-match=white on_green bold