mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
feat(lsp): use treesitter for stylize markdown
This commit is contained in:
committed by
Lewis Russell
parent
c5abf487f1
commit
cfd4a9dfaf
@@ -3032,7 +3032,7 @@ describe('LSP', function()
|
||||
}
|
||||
return vim.lsp.util.convert_signature_help_to_markdown_lines(signature_help, 'cs', {','})
|
||||
]]
|
||||
local expected = {'```cs', 'TestEntity.TestEntity()', '```', '<text>', 'some doc', '</text>'}
|
||||
local expected = {'```cs', 'TestEntity.TestEntity()', '```', 'some doc'}
|
||||
eq(expected, result)
|
||||
end)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user