1 # --------------------------------------------------------------------
 
   3 # --------------------------------------------------------------------
 
   4 # Only search with case sensitivity if there is mixed case
 
   8 # Always sort the files
 
  10 # Always color, even if piping to a another program
 
  14 # Always print filename prefix
 
  17 # --------------------------------------------------------------------
 
  18 # Global Inclusions/Exclusions
 
  19 # --------------------------------------------------------------------
 
  20 # Always search dotfiles
 
  22 # Always ignore VCS and cache files
 
  23 --glob=!{.git,node_modules,*.swp,.venv}/*
 
  25 # --------------------------------------------------------------------
 
  27 # --------------------------------------------------------------------
 
  28 --type-add=mumps:*.{m,ro,ROU,GLO}
 
  29 --type-add=markdown:*.{md,mkd,markdown}
 
  31 # --------------------------------------------------------------------
 
  33 # --------------------------------------------------------------------
 
  35 --colors=path:style:underline
 
  36 --colors=line:fg:yellow
 
  37 --colors=match:fg:green
 
  38 --colors=match:style:bold