mirror of
https://github.com/neovim/neovim.git
synced 2026-01-03 01:46:31 +10:00
test(tohtml): test syntax, not just treesitter #37181
This commit is contained in:
@@ -260,6 +260,7 @@ describe(':TOhtml', function()
|
||||
exec('set termguicolors')
|
||||
exec('syntax enable')
|
||||
exec('setf lua')
|
||||
exec_lua('vim.treesitter.stop()') -- Ensure that legacy syntax (not just TS) is tested.
|
||||
run_tohtml_and_assert(screen)
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user