# HG changeset patch # User Steve Losh # Date 1563379351 14400 # Node ID 7e97c2baea5edfb8b374677570df085108066590 # Parent d0bec1e6ea5d4a036cbbb8693a94583b91778ecc Colorize Fish variables in goodwolf diff -r d0bec1e6ea5d -r 7e97c2baea5e colors/goodwolf.vim --- a/colors/goodwolf.vim Wed Feb 06 13:02:48 2019 -0500 +++ b/colors/goodwolf.vim Wed Jul 17 12:02:31 2019 -0400 @@ -399,7 +399,8 @@ " }}} " Fish {{{ -call GoodWolfHL('fishOperator', 'fg', 'bg', 'none') +call GoodWolfHL('fishOperator', 'fg', 'bg', 'none') +call GoodWolfHL('fishDerefIdentifier', 'dress', 'bg', 'bold') " }}} " HTML {{{