Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions autoload/fern/internal/drawer/hover_popup.vim
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,11 @@ function! s:show() abort
function! s:apply() abort closure
call setbufline('%', 1, line)
call helper.fern.renderer.syntax()
call fern#hook#emit('viewer:highlight', helper)
doautocmd <nomodeline> User FernHighlight
call helper.fern.renderer.highlight()
call fern#hook#emit('viewer:syntax', helper)
doautocmd <nomodeline> User FernSyntax
syntax clear FernRootSymbol
syntax clear FernRootText

Expand Down