commit 170992c8d218f28dcffd967ecc2bae3fb3c46545 parent f3ee2440c781e978777d9369a96d1ae32e12eb8f Author: altermo <107814000+altermo@users.noreply.github.com> Date: Thu, 1 Jan 2026 00:00:05 +0100 test(tohtml): test syntax, not just treesitter #37181 Diffstat:
| M | test/functional/plugin/tohtml_spec.lua | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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)