7e97c2baea5e

Colorize Fish variables in goodwolf
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 17 Jul 2019 12:02:31 -0400
parents d0bec1e6ea5d
children b428902745c5 6efa22537c6f
branches/tags (none)
files colors/goodwolf.vim

Changes

--- 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 {{{