Add fish/fish_variables to .hgignore
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 23 Aug 2021 19:33:39 -0400 |
parents |
3a0cb2d4dceb |
children |
(none) |
# request
regexp=(^\* .*)
colours=bright_black
=======
# request
regexp=(^> .*)
colours=bright_black
=======
# response
regexp=(^< .*)
colours=blue
=======
# ok response code
regexp=^< HTTP.+ ([23]...*)
colours=blue, bold green
=======
# error response code
regexp=^< HTTP.+ ([45]...*)
colours=blue, bold red
=======
regexp=.*\[.* bytes data\]
colours=bright_black