We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb60188 + 0118386 commit d0b5befCopy full SHA for d0b5bef
autoload/fern/internal/drawer/hover_popup.vim
@@ -73,7 +73,11 @@ function! s:show() abort
73
function! s:apply() abort closure
74
call setbufline('%', 1, line)
75
call helper.fern.renderer.syntax()
76
+ call fern#hook#emit('viewer:syntax', helper)
77
+ doautocmd <nomodeline> User FernSyntax
78
call helper.fern.renderer.highlight()
79
+ call fern#hook#emit('viewer:highlight', helper)
80
+ doautocmd <nomodeline> User FernHighlight
81
syntax clear FernRootSymbol
82
syntax clear FernRootText
83
0 commit comments