File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ function! s:define_signs() abort
4949 let frames = g: fern #internal#spinner#frames
5050 for index in range (len (frames))
5151 call execute (printf (
52- \ ' sign define FernSignSpinner%d text=%s' ,
52+ \ ' sign define FernSignSpinner%d text=%s texthl=FernSpinner ' ,
5353 \ index ,
5454 \ frames[index ],
5555 \) )
Original file line number Diff line number Diff line change @@ -728,6 +728,9 @@ FernSyntax
728728-----------------------------------------------------------------------------
729729HIGHLIGHT *fern-highlight*
730730
731+ FernSpinner *hl-FernSpinner*
732+ A | highlight | group used as a text highlight of spinner | sign | .
733+
731734FernMarkedLine *hl-FernMarkedLine*
732735 A | highlight | group used as a line highlight of mark | sign | .
733736
You can’t perform that action at this time.
0 commit comments