view dot_config/ripgrep/ripgreprc @ 536:87f5a409ee83

Add zsh syntax highlighting in shell
author zegervdv <zegervdv@me.com>
date Thu, 27 Jan 2022 09:27:53 +0100
parents 1403bfc694e4
children b12e86e6c110
line wrap: on
line source

# Only be case sensitive if a case is present
--smart-case

# Limit output
--max-columns=150
--max-columns-preview

--type-add
hdl:*.{sv,vhd,v}
--type-add
rtl:*.rtl.{sv,vhd}