From 170992c8d218f28dcffd967ecc2bae3fb3c46545 Mon Sep 17 00:00:00 2001 From: altermo <107814000+altermo@users.noreply.github.com> Date: Thu, 1 Jan 2026 00:00:05 +0100 Subject: [PATCH] test(tohtml): test syntax, not just treesitter #37181 --- test/functional/plugin/tohtml_spec.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/test/functional/plugin/tohtml_spec.lua b/test/functional/plugin/tohtml_spec.lua index 01013ff407..b4270dfef3 100644 --- a/test/functional/plugin/tohtml_spec.lua +++ b/test/functional/plugin/tohtml_spec.lua @@ -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)