test(tohtml): test syntax, not just treesitter #37181

This commit is contained in:
altermo
2026-01-01 00:00:05 +01:00
committed by GitHub
parent f3ee2440c7
commit 170992c8d2

View File

@@ -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)