(chore) run formatter
All checks were successful
NeoVim tests / plenary-tests (push) Successful in 11s

This commit is contained in:
2025-04-27 15:55:28 -06:00
parent 5a6451a85e
commit 0e7b741b38
5 changed files with 88 additions and 31 deletions

View File

@@ -117,7 +117,11 @@ describe('Renderer', function()
r:render {
R.h('text', { hl = 'HighlightGroup1' }, {
'Hello',
R.h('text', { hl = 'HighlightGroup2', extmark = { hl_group = 'HighlightGroup2' } }, ' World'),
R.h(
'text',
{ hl = 'HighlightGroup2', extmark = { hl_group = 'HighlightGroup2' } },
' World'
),
}),
}