-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathackrc
More file actions
35 lines (25 loc) · 716 Bytes
/
ackrc
File metadata and controls
35 lines (25 loc) · 716 Bytes
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
# ack config
# github.com/xoebus/dotfiles
# 21/08/10
# == OPTIONS
--pager=less -R
--smart-case
--follow
# == FILETYPES
# Add a ruby search for related filetypes.
--type-add=ruby=.haml,.rake,.rsel
# Add markdown support
--type-set=markdown=.md,.markdown,.mdown
# Add ronn support
--type-set=ronn=.ronn,.ron
# Add some more zope files to the plone type
--type-add=plone=.zcml,.props,.dtml,.vpy,.kss
# add .cfg for buildout files
--type-set=buildout=.cfg
--type-set=zcml=.zcml
# add markdown, textile, and reStructuredText
--type-set=plaintext=.md,.mdown,.markdown,.mkdn,.textile,.rst,.txt
# plain text CSV files
--type-set=csv=.txt,.csv,.tsv
# add in a type for gettext messages
--type-set=gettext=.pot,.po