-
Notifications
You must be signed in to change notification settings - Fork 34
/
cgreprc
24 lines (19 loc) · 810 Bytes
/
cgreprc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# Cgrep config file
#
file_types: [ Agda , Assembly , Awk , Bash, C , CMake , Cabal , Chapel , Clojure , Coffee , Conf , Cpp , Csh, Csharp , Css ,
D , Dart , Dhall, Elm , Elixir , Erlang , Fish, Fortran , Fsharp , Go , GoMod, Haskell , Html , Idris , Java , Javascript , Json , Ksh, Kotlin ,
Latex , Lisp , Lua , Make , Nmap , OCaml , ObjectiveC , PHP , Perl , Python , R , Ruby , Rust , Scala , SmallTalk , Shell , Swift , Tcl,
Text , Unison, VHDL , Verilog , Yaml, Toml, Ini, Zig, Zsh ]
prune_dirs : [".svn", ".git", "CMakeFiles", ".stack-work" ]
colors : True
color_filename : "2:3:5"
color_match : "5:0:1"
threads: 12
#
# file_line option: enable edit for file:line
# vim: see 'file-line' plugin
#
#
# file_line : True
#